This repository was archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
{
"name": "ionic-starter",
"version": "1.1.1",
"description": "ionic-starter: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.7.7",
"chalk": "^1.1.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-add": "0.0.2",
"gulp-add-src": "^0.2.0",
"gulp-assets": "^0.2.2",
"gulp-base": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-debug": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-html-src": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-match": "^1.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-replace-path": "^0.4.0",
"gulp-rimraf": "^0.2.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^2.1.0",
"gulp-util": "^2.2.14",
"gulp-wait": "0.0.2",
"gulp-wiredep": "0.0.0",
"run-sequence": "^1.1.5",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"android"
]
}