forked from gallayl/angular2-odata
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ng2-odata",
"version": "0.2.4",
"description": "OData service for Angular2",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"prebuild": "rimraf ./dist",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romap0/ng2-odata.git"
},
"keywords": [
"odata",
"angular",
"angular2",
"rest",
"api",
"service"
],
"author": "Roman Pavlov",
"license": "MIT",
"bugs": {
"url": "https://github.com/romap0/ng2-odata/issues"
},
"homepage": "https://github.com/romap0/ng2-odata#readme",
"dependencies": {},
"devDependencies": {
"@angular/animations": "^4.3.5",
"@angular/cli": "^1.3.2",
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/compiler-cli": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/forms": "^4.3.5",
"@angular/language-service": "^4.3.5",
"@angular/platform-browser": "^4.3.5",
"@angular/platform-browser-dynamic": "^4.3.5",
"@angular/router": "^4.3.5",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~3.0.1",
"core-js": "^2.4.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"rimraf": "^2.6.1",
"rxjs": "^5.4.1",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.3.3",
"zone.js": "^0.8.14"
}
}