-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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
57
58
{
"name": "wesh",
"version": "0.0.1",
"scripts": {
"postinstall": "bower install && gulp build",
"start": "gulp watch"
},
"dependencies": {
"bower": "*",
"coffee-script": "*",
"cordova": "^5.4.1",
"gulp": "*",
"gulp-add-src": "*",
"gulp-angular-templatecache": "*",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-expect-file": "*",
"gulp-filter": "*",
"gulp-jade": "*",
"gulp-ng-constant": "*",
"gulp-plug": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-rimraf": "*",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "*",
"gulp-stylus": "*",
"gulp-webserver": "*",
"main-bower-files": "^2.5.0",
"require-dir": "^0.1.0",
"wiredep": "*"
},
"cordovaPlugins": [
{
"locator": "https://github.com/apache/cordova-plugin-whitelist.git",
"id": "cordova-plugin-whitelist"
},
"cordova-plugin-whitelist",
"com.ionic.keyboard",
"com.ionic.keyboard@^1.0.4",
"phonegap-plugin-push",
{
"locator": "https://github.com/phonegap-build/PushPlugin.git",
"id": "com.phonegap.plugins.PushPlugin"
},
"cordova-plugin-facebook4",
"cordova-plugin-x-toast"
],
"cordovaPlatforms": [
{
"platform": "ios",
"version": "",
"locator": "ios"
},
"android"
]
}