-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.6 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
59
60
61
{
"name": "ldr-mobile",
"version": "1.0.0",
"description": "ldr-mobile: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.1.0",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-sass": "^2.1.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-compat",
"ionic-plugin-keyboard",
"cordova-plugin-inappbrowser",
"cordova-plugin-camera",
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-geolocation",
"cordova-plugin-network-information",
"cordova-plugin-statusbar",
{
"locator": "https://github.com/oaugustus/phonegap-diagnostic-plugin.git",
"id": "com.neton.cordova.diagnostic"
},
"cordova-plugin-file-transfer",
"cordova-plugin-file",
{
"locator": "https://github.com/phonegap-build/PushPlugin.git",
"id": "com.phonegap.plugins.PushPlugin"
},
"cordova-plugin-globalization",
"cordova-plugin-image-picker",
"cordova-plugin-spinner-dialog",
"cordova-plugin-splashscreen",
"cordova-plugin-whitelist",
{
"id": "phonegap-facebook-plugin",
"locator": "https://github.com/Wizcorp/phonegap-facebook-plugin.git",
"variables": {
"APP_ID": "**************",
"APP_NAME": "**************"
}
},
"cordova-plugin-crosswalk-webview",
"cordova-plugin-code-push",
"code-push",
"cordova-plugin-zip",
"cordova-plugin-dialogs"
],
"cordovaPlatforms": [
"ios",
"android"
]
}