-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·81 lines (81 loc) · 3.67 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"com.darktalker.cordova.screenshot": "git+https://github.com/gitawego/cordova-screenshot.git",
"cordova-ios": "^4.4.0",
"cordova-plugin-background-upload": "^1.0.11",
"cordova-plugin-battery-status": "~1.1.1",
"cordova-plugin-camera": "~2.1.1",
"cordova-plugin-code-push": "~1.11.11",
"cordova-plugin-console": "~1.0.2",
"cordova-plugin-contacts": "~2.0.1",
"cordova-plugin-device": "~1.1.1",
"cordova-plugin-device-motion": "~1.2.0",
"cordova-plugin-device-orientation": "~1.0.2",
"cordova-plugin-dialogs": "~1.2.0",
"cordova-plugin-file": "~4.1.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "~2.1.0",
"cordova-plugin-globalization": "~1.0.3",
"cordova-plugin-http": "git+https://github.com/wymsee/cordova-HTTP.git",
"cordova-plugin-inappbrowser": "~1.3.0",
"cordova-plugin-ios-camera-permissions": "^1.2.0",
"cordova-plugin-network-information": "~1.2.0",
"cordova-plugin-save-image": "^0.3.0",
"cordova-plugin-splashscreen": "~3.2.1",
"cordova-plugin-statusbar": "~2.1.2",
"cordova-plugin-transport-security": "~0.1.2",
"cordova-plugin-uniquedeviceid": "^1.3.2",
"cordova-plugin-vibration": "~2.1.0",
"cordova-plugin-whitelist": "~1.2.1",
"cordova-plugin-zip": "~3.1.0",
"cordova-sqlite-storage": "git+https://github.com/brodysoft/Cordova-SQLitePlugin.git",
"cordova-sqlite-storage-dependencies": {
"integrity": "sha512-mtV0v6KuB7/9gfZdKiyBeFl1KPc/erMXMKAvnSFwszktm47HNmHJJ/05Fbc+YvQbccAXJ3QB/ElItWWqJorblg==",
"resolved": "https://registry.npmjs.org/cordova-sqlite-storage-dependencies/-/cordova-sqlite-storage-dependencies-1.1.0.tgz",
"version": "1.1.0"
},
"npm": "^6.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-battery-status": {},
"cordova-plugin-camera": {},
"cordova-plugin-contacts": {},
"cordova-plugin-device": {},
"cordova-plugin-device-motion": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"cordova-sqlite-storage": {},
"cordova-plugin-ios-camera-permissions": {
"CAMERA_USAGE_DESCRIPTION": "This app needs camera access",
"MICROPHONE_USAGE_DESCRIPTION": "This app needs microphone access",
"PHOTOLIBRARY_ADD_USAGE_DESCRIPTION": "This app needs write-access to photo library",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "This app needs read/write-access photo library access"
},
"cordova-plugin-transport-security": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-http": {},
"com.darktalker.cordova.screenshot": {},
"cordova-plugin-save-image": {},
"cordova-plugin-background-upload": {},
"cordova-plugin-console": {},
"cordova-plugin-zip": {},
"cordova-plugin-code-push": {}
},
"platforms": [
"ios"
]
}
}