-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.32 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
80
81
82
83
84
85
{
"name": "ionic-shell",
"version": "1.1.1",
"description": "ionic-shell: An Ionic project",
"dependencies": {
"bower": "^1.8.4",
"config": "^1.26.1",
"cordova-android": "^6.4.0",
"cordova-ios": "^4.5.5",
"gulp-eslint": "2.0.0",
"isarray": "^2.0.1",
"shelljs": "^0.3.0"
},
"devDependencies": {
"babelify": "7.2.0",
"cordova": "^8.0.0",
"gulp": "3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-beautify": "^2.0.1",
"gulp-bump": "1.0.0",
"gulp-cached": "1.1.0",
"gulp-concat": "^2.2.0",
"gulp-cordova-build-android": "^1.5.1",
"gulp-cordova-builder": "^0.0.1",
"gulp-cordova-create": "^1.3.1",
"gulp-cordova-plugin": "^2.0.1",
"gulp-cssnano": "2.1.1",
"gulp-filesize": "0.0.6",
"gulp-if": "2.0.0",
"gulp-include": "2.1.0",
"gulp-jade": "1.1.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "^2.0.4",
"gulp-less": "3.0.5",
"gulp-less-sourcemap": "1.4.3",
"gulp-livereload": "3.8.1",
"gulp-minify": "^0.0.15",
"gulp-minify-css": "^0.3.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-config": "^1.5.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-stylus": "2.3.0",
"gulp-symlink": "2.1.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"jeet": "6.1.2",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"nib": "1.1.0",
"object-assign": "4.0.1",
"require-dir": "0.3.0",
"through2": "2.0.1",
"vinyl-transform": "1.0.0",
"watchify": "3.7.0",
"yargs": "^10.0.3"
},
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-app-version": {},
"cordova-plugin-pause-resume-download": {},
"cordova-plugin-compat": {},
"cordova-plugin-screen-orientation": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-file-opener2": {},
"cordova-plugin-apkInstaller": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-zip": {},
"cordova-plugin-code-push": {}
}
}
}