-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.56 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "com.toastwallet.core",
"version": "3.0.1",
"displayName": "Toast Wallet",
"cordova": {
"platforms": [
"browser",
"ios",
"android"
],
"plugins": {
"cordova-plugin-camera": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-sqlite-2": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "23+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:23+",
"XWALK_COMMANDLINE": "-disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true"
},
"ionic-plugin-keyboard": {},
"cordova-plugin-battery-status": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "23.+"
},
"phonegap-plugin-barcodescanner": {
"CAMERA_USAGE_DESCRIPTION": "The camera is used to scan QR-codes of XRP ledger addresses"
},
"cordova-plugin-ios-camera-permissions": {
"CAMERA_USAGE_DESCRIPTION": "The camera is used to scan QR-codes of XRP ledger addresses",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "The photo library is used to scan QR-codes of XRP ledger addresses"
},
"cordova-plugin-openurlext": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "xrpl",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-clipboard-v2": {},
"it.almaviva.openurlext": {}
}
},
"dependencies": {
"cordova-android": "^6.4.0",
"cordova-android-support-gradle-release": "~1.4.3",
"cordova-browser": "5.0.4",
"cordova-ios": "^4.5.5",
"cordova-plugin-battery-status": "~1.2.4",
"cordova-plugin-camera": "~2.1.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-crosswalk-webview": "~2.3.0",
"cordova-plugin-customurlscheme": "4.4.0",
"cordova-plugin-device": "~2.0.2",
"cordova-plugin-dialogs": "~1.2.0",
"cordova-plugin-ios-camera-permissions": "~1.2.0",
"cordova-plugin-network-information": "~1.2.0",
"cordova-plugin-openurlext": "^1.0.1",
"cordova-plugin-screen-orientation": "~2.0.1",
"cordova-plugin-sqlite-2": "~1.0.4",
"cordova-plugin-statusbar": "~2.1.2",
"cordova-plugin-whitelist": "~1.2.1",
"debug": "4.1.1",
"ionic-plugin-keyboard": "~2.2.1",
"phonegap-plugin-barcodescanner": "~6.0.6",
"xml2js": "^0.4.22"
}
}