-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 2.03 KB
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
{
"devDependencies": {
"cordova-plugin-battery-status": "~1.2.4",
"cordova-plugin-camera": "~2.4.1",
"cordova-plugin-media-capture": "~1.4.3",
"cordova-plugin-device": "~1.1.6",
"cordova-plugin-dialogs": "~1.3.3",
"cordova-plugin-file": "~4.3.3",
"cordova-plugin-geolocation": "~2.4.3",
"cordova-plugin-globalization": "~1.0.7",
"cordova-plugin-inappbrowser": "~1.7.1",
"cordova-plugin-network-information": "~1.3.3",
"cordova-plugin-vibration": "~2.1.5"
},
"cordova": {
"plugins": {
"cordova-plugin-battery-status": {},
"cordova-plugin-camera": {},
"cordova-plugin-media-capture": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-file": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-background-geolocation": {
"GOOGLE_PLAY_SERVICES_VERSION": "11+",
"ANDROID_SUPPORT_LIBRARY_VERSION": "26+",
"ALWAYS_USAGE_DESCRIPTION": "Background geolocation tracking is required to alert other Proxi users of your presence when your phone is sleeping.",
"MOTION_USAGE_DESCRIPTION": "Motion detection is required to alert other Proxi users of your presence when your phone is sleeping.",
"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"
},
"cordova-plugin-insomnia": {}
}
},
"dependencies": {
"@mauron85/cordova-plugin-background-geolocation": "3.1.0",
"cordova-android": "^8.1.0",
"cordova-plugin-insomnia": "4.3.0",
"cordova-plugin-whitelist": "1.3.4",
"cordova-support-android-plugin": "1.0.2",
"cordova-support-google-services": "1.4.0",
"insomnia": "0.0.1"
}
}