-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.34 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
{
"devDependencies": {
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-media": {
"KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO"
},
"cordova-plugin-file": {},
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": "We allow users to upload photos to their profile.",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "We allow vendors to scan QR codes to validate orders."
},
"cordova-plugin-card-io": {
"CAMERA_USAGE_DESCRIPTION": "We allow sales agents to scan debit card."
}
},
"platforms": [
"ios",
"browser"
]
},
"dependencies": {
"cordova-browser": "^6.0.0",
"cordova-ios": "^5.1.1",
"cordova-plugin-camera": "^2.3.1",
"cordova-plugin-card-io": "^2.1.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-inappbrowser": "^4.0.0",
"cordova-plugin-media": "^5.0.3"
}
}