forked from seasonstar/bibi-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "maybi-ionic",
"version": "1.1.2",
"description": "maybi-ionic: An Ionic project",
"dependencies": {
"angular-moment": "^1.0.0-beta.3",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"moment": "^2.10.6"
},
"devDependencies": {
"async": "^1.5.2",
"bower": "^1.3.3",
"browser-sync": "^2.10.0",
"cordova-uglify": "^0.2.3",
"gulp-angular-templatecache": "^1.8.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-useref": "^3.0.7",
"gulp-util": "^2.2.14",
"jshint": "^2.9.1",
"mv": "^2.1.1",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"com.ionic.keyboard",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-device",
"cordova-plugin-statusbar",
"cordova-plugin-splashscreen",
"cordova-plugin-geolocation",
"cordova-plugin-file",
"cordova-plugin-file-transfer",
"cordova-plugin-x-toast",
"cordova-plugin-dialogs",
"cordova-plugin-inappbrowser",
"phonegap-plugin-push",
"ionic-plugin-deploy",
"cordova-plugin-camera"
],
"cordovaPlatforms": [
"ios",
"android"
]
}