-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.17 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ionic-project",
"version": "1.1.1",
"description": "An Ionic project",
"dependencies": {
"cordova-android": "6.3.0",
"cordova-ios": "~4.3.1",
"cordova-plugin-advanced-http": "^1.7.1",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-crosswalk-certificate": "^2.0.1",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-mauron85-background-geolocation": "^2.3.1",
"cordova-plugin-sqlite-2": "^1.0.4",
"cordova-plugin-sslcertificatechecker": "^5.1.0",
"cordova-plugin-whitelist": "^1.3.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.0.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-preprocess": "^2.0.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-dialogs",
{
"variables": {
"XWALK_VERSION": "23+"
},
"locator": "cordova-plugin-crosswalk-webview",
"id": "cordova-plugin-camera"
},
"cordova-plugin-crosswalk-certificate"
],
"cordovaPlatforms": [
{
"platform": "android",
"version": "6.1.0",
"locator": "[email protected]"
},
"ios"
],
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": "DengueChat needs access to your camera for you to take photos within the app",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "DengueChat needs access to your camera for you to take photos within the app"
},
"cordova-plugin-crosswalk-certificate": {},
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "23+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
"XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true"
},
"cordova-plugin-sqlite-2": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-sslcertificatechecker": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-mauron85-background-geolocation": {
"ICON": "@mipmap/icon",
"SMALL_ICON": "@mipmap/icon",
"ACCOUNT_NAME": "@string/app_name",
"ACCOUNT_LABEL": "@string/app_name",
"ACCOUNT_TYPE": "$PACKAGE_NAME.account",
"CONTENT_AUTHORITY": "$PACKAGE_NAME",
"ALWAYS_USAGE_DESCRIPTION": "This app requires background location tracking"
}
}
}
}