-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.48 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
{
"name": "i_worker",
"version": "1.0.0",
"author": "Tuan Phan <[email protected]>",
"description": "",
"dependencies": {
"angular-PubSub": "^1.0.0",
"cordova-ios": "^4.4.0",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-request-location-accuracy": "^2.2.1",
"cordova-plugin-whitelist": "^1.3.2",
"cordova.plugins.diagnostic.api-22": "^2.3.10-api-22",
"q": "^1.4.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"beepbeep": "^1.2.0",
"browserify": "^12.0.1",
"connect-livereload": "^0.5.2",
"del": "^2.2.0",
"express": "^4.11.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-iconfont": "^5.0.1",
"gulp-iconfont-css": "2.0.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-remember": "^0.3.0",
"gulp-rev": "^6.0.0",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.0",
"jshint": "2.9.1",
"jshint-stylish": "^2.1.0",
"lodash": "^3.10.1",
"lodash._basecopy": "latest",
"merge-stream": "^1.0.0",
"node-sass": "^3.4.2",
"open": "0.0.5",
"ripple-emulator": "^0.9.32",
"run-sequence": "^1.2.2",
"shelljs": "^0.5.3",
"streamqueue": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wiredep": "^4.0.0",
"yargs": "^3.31.0"
},
"scripts": {
"gulp": "./node_modules/.bin/gulp"
},
"cordova": {
"plugins": {
"cordova-plugin-compat": {},
"cordova-plugin-camera": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-request-location-accuracy": {},
"cordova.plugins.diagnostic.api-22": {}
}
}
}