-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 925 Bytes
/
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
{
"name": "basketballstats",
"version": "1.0.0",
"description": "basketballStats: An Ionic 2 project",
"dependencies": {
"angular2": "2.0.0-beta.2",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"ionic-framework": "2.0.0-alpha.57",
"ionicons": "3.0.0-alpha.3",
"pouchdb": "^5.3.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10"
},
"devDependencies": {
"awesome-typescript-loader": "0.15.10",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-typescript-preprocessor2": "1.1.1",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.4",
"strip-sourcemap-loader": "0.0.1",
"typescript": "1.7.5"
},
"scripts": {
"test": "./node_modules/.bin/karma start"
}
}