-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "locator-mobile",
"version": "1.0.0",
"description": "locator: An Ionic project",
"repository": "git:locator-kn/mobile.git",
"dependencies": {
"angular": "^1.4.1",
"chalk": "^1.0.0",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-template": "^3.0.0",
"path": "^0.11.14",
"tsd": "^0.6.3"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-autoprefixer": "^2.3.1",
"gulp-cachebust": "0.0.5",
"gulp-concat": "^2.6.0",
"gulp-inject": "^1.3.1",
"gulp-minify-css": "^0.3.13",
"gulp-shell": "^0.4.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-typescript": "^2.5.0",
"gulp-util": "^2.2.14",
"merge2": "^0.3.2",
"node-notifier": "^4.1.2",
"shelljs": "^0.3.0",
"typescript": "^1.5.0-alpha"
},
"scripts": {
"postinstall": "bower install && tsd reinstall"
},
"cordovaPlugins": [
"com.ionic.keyboard",
"cordova-plugin-camera",
"org.apache.cordova.camera",
"org.apache.cordova.inappbrowser",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-whitelist",
"cordova-plugin-geolocation",
"cordova-plugin-splashscreen",
"cordova-plugin-file-transfer",
"org.apache.cordova.network-information",
],
"cordovaPlatforms": [
"android",
"ios"
]
}