forked from sebastien-p/tv-shows-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"private": true,
"name": "tv-shows-app",
"version": "1.0.1",
"description": "Search TV shows infos",
"devDependencies": {
"bower": "^1.3.3",
"cordova": "^5.2.0",
"del": "^1.2.1",
"gh-pages": "^0.3.1",
"gulp": "^3.5.6",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-cordova-bump": "^1.2.2",
"gulp-cordova-xml": "0.0.2",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.3.1",
"gulp-jade": "^1.0.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-load-tasks": "sebastien-p/gulp-load-tasks#bd61549468",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.3.0",
"gulp-util": "^2.2.14",
"ionic": "^1.6.4",
"main-bower-files": "^2.8.2",
"shelljs": "^0.3.0"
},
"scripts": {
"postinstall": "ionic state restore && gulp install",
"start": "ionic serve",
"build": "gulp build --type production",
"android": "gulp && ionic run android --device",
"ios": "gulp && ionic run ios --device",
"android:emulator": "gulp && ionic emulate android",
"ios:emulator": "gulp && ionic emulate ios"
},
"cordovaPlugins": [
"ionic-plugin-keyboard",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
"cordova-plugin-transport-security",
"cordova-plugin-x-toast",
"cordova-plugin-calendar",
"cordova-plugin-vibration"
],
"cordovaPlatforms": [
"ios",
"android"
]
}