forked from ionic-team/ionic-app-base
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 887 Bytes
/
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
{
"name": "ionic-project",
"version": "1.2.0",
"description": "An Ionic project",
"devDependencies": {
"bower": "^1.3.3",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.2.0",
"gulp-cordova-bump": "^1.2.2",
"gulp-jasmine": "^2.0.1",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-sass-bulk-import": "^0.3.0",
"gulp-util": "^2.2.14",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.19",
"shelljs": "^0.3.0",
"wiredep": "^2.2.2"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"com.ionic.keyboard",
"org.apache.cordova.splashscreen",
"org.apache.cordova.statusbar"
],
"cordovaPlatforms": []
}