-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "Ionic-Starter-Kit",
"version": "1.2.0",
"description": "Ionic-Starter-Kit: An Ionic starter project",
"dependencies": {
"async": "^1.4.0",
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.5.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^2.2.14",
"require-dir": "^0.3.0",
"shelljs": "^0.3.0"
},
"devDependencies": {
"del": "^1.2.0",
"gulp-flatten": "^0.1.1",
"gulp-if": "^1.2.5",
"gulp-json-editor": "^2.2.1",
"gulp-minify-css": "^1.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-constant": "^0.3.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"jshint": "^2.8.0",
"minimist": "^1.1.2",
"mv": "^2.1.1"
},
"cordovaPlugins": [
"https://github.com/phonegap-build/PushPlugin.git",
"com.ionic.keyboard",
"org.pushandplay.cordova.apprate",
"https://github.com/katzer/cordova-plugin-email-composer.git",
"cordova-plugin-extension",
"cordova-plugin-console@^1.0.1",
"cordova-plugin-device@^1.0.1",
"cordova-plugin-dialogs@^1.1.1",
"cordova-plugin-globalization@^1.0.1",
"cordova-plugin-admobpro",
"com.rjfun.cordova.iad",
"cordova-plugin-inappbrowser",
"nl.x-services.plugins.socialsharing",
"com.synconset.imagepicker",
"cordova-plugin-geolocation",
"cordova-plugin-splashscreen"
],
"cordovaPlatforms": [
"ios",
"android"
]
}