-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.46 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
{
"name": "org.bpp.sound.walk",
"version": "1.1.0",
"displayName": "BPP Soundwalk",
"cordova": {
"platforms": [
"ios",
"browser"
],
"plugins": {
"cordova-plugin-android-permissions": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-battery-status": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "BPP Soundwalk requires your location to work correctly"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"cordova-allow-background-audio": {}
}
},
"dependencies": {
"cordova-allow-background-audio": "^1.0.2",
"cordova-browser": "^5.0.1",
"cordova-ios": "~4.4.0",
"cordova-plugin-android-permissions": "~1.0.0",
"cordova-plugin-background-mode": "~0.7.2",
"cordova-plugin-battery-status": "~1.2.4",
"cordova-plugin-console": "~1.0.2",
"cordova-plugin-device": "~1.1.1",
"cordova-plugin-dialogs": "~1.2.0",
"cordova-plugin-geolocation": "~2.4.3",
"cordova-plugin-inappbrowser": "~1.3.0",
"cordova-plugin-network-information": "~1.3.3",
"cordova-plugin-splashscreen": "~3.2.1",
"cordova-plugin-vibration": "~2.1.0",
"cordova-plugin-whitelist": "~1.2.1"
}
}