-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
79 lines (79 loc) · 2.27 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "angular2-odata",
"version": "0.0.23",
"description": "OData service for Angular2",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"scripts": {
"typings": "typings i",
"clean": "rimraf ./build",
"build:tscwithclean": "npm run clean && tsc",
"build": "tsc",
"build:test": "tsc --project ./tsconfig-test.json",
"build:webpack": "npm run clean && webpack --config config/webpack.prod.js --progress --profile --bail",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gallayl/angular2-odata.git"
},
"keywords": [
"odata",
"angular",
"angular2",
"rest",
"api",
"service"
],
"author": "Gallay Lajos",
"license": "MIT",
"bugs": {
"url": "https://github.com/gallayl/angular2-odata/issues"
},
"homepage": "https://github.com/gallayl/angular2-odata#readme",
"dependencies": {},
"devDependencies": {
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/core": "2.1.0",
"@angular/http": "2.1.0",
"@angular/platform-browser": "2.1.0",
"@angular/platform-browser-dynamic": "2.1.0",
"@types/chai": "^3.4.32",
"@types/jasmine": "^2.2.33",
"@types/node": "^6.0.38",
"awesome-typescript-loader": "2.2.1",
"chai": "^3.5.0",
"codelyzer": "0.0.28",
"core-js": "^2.4.1",
"electron-prebuilt": "^1.3.5",
"inline-source-map": "^0.6.2",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-electron-launcher": "^0.1.0",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^2.0.6",
"karma-webpack": "^1.8.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"rxjs": "^5.0.0-rc.1",
"source-map-loader": "^0.1.5",
"string-replace-loader": "^1.0.3",
"ts-helpers": "^1.1.1",
"tslint": "^3.7.1",
"tslint-loader": "^2.1.5",
"typescript": "2.0.0",
"typings": "^1.3.3",
"webpack": "^2.1.0-beta.22",
"webpack-config": "^6.1.2",
"webpack-node-externals": "^1.3.3",
"write-file-webpack-plugin": "^3.3.0",
"zone.js": "^0.6.17"
}
}