forked from Urbiwanus/ionic-app-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 931 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
34
35
36
37
{
"name": "loaderapp",
"version": "1.0.0",
"description": "loaderApp: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^0.7.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-filerev": "^2.1.2",
"grunt-ng-annotate": "^0.10.0",
"grunt-processhtml": "^0.3.7",
"grunt-usemin": "^3.0.0",
"gulp-util": "^2.2.14",
"http-server": "^0.7.4",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"org.apache.cordova.file",
"org.apache.cordova.file-transfer",
"com.ionic.keyboard",
"org.apache.cordova.console",
"org.apache.cordova.device"
],
"cordovaPlatforms": [
"android"
]
}