-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "ACdetective",
"version": "1.0.0",
"description": "Angular2 Cardboard application",
"main": "",
"scripts": {
"start": "gulp && cd com.vlado.a2cardboard && ../node_modules/.bin/cordova build android && cp platforms/android/build/outputs/apk/android-debug.apk ../builds",
"test": "cd com.vlado.a2cardboard/www && python -m SimpleHTTPServer 8888"
},
"keywords": [],
"author": "Vlado Tešanović",
"license": "Apache License",
"dependencies": {
"angular2": "^2.0.0-beta.0",
"cordova": "^5.4.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"gulp-tslint": "^4.2.2",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.0",
"semantic-ui-loader": "^2.1.7",
"systemjs": "^0.19.9",
"three.js": "^0.73.0",
"tslint": "^3.2.1",
"typescript": "^1.7.5",
"zone.js": "^0.5.10"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.1.2",
"gulp-typescript": "^2.10.0",
"tslint": "^3.1.1",
"typescript": "^1.7.3"
}
}