-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "ionic_better_structure",
"version": "1.1.0",
"description": "ionic_better_structure: An Ionic project",
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"bower": "^1.3.3",
"del": "^1.2.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.2.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^0.3.13",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.3.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "*",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.20",
"shelljs": "^0.3.0",
"wiredep": "^2.2.2",
"yargs": "^3.26.0"
},
"cordovaPlugins": [
"com.ionic.keyboard",
"cordova-plugin-console",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"cordova-plugin-whitelist"
],
"cordovaPlatforms": [
"ios",
{
"platform": "android",
"version": "6.1.0",
"locator": "[email protected]"
}
]
}