-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.22 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
{
"name": "BSMIRADIO",
"displayName": "bsmiradio",
"version": "1.0.0",
"description": "BSMI RADIO WALKIE TALKIE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Nuzulul Zulkarnain Haq",
"license": "GPL 3.0",
"dependencies": {
"cordova-plugin-file": "^8.0.0",
"cordova-plugin-headset-buttons": "^1.0.0",
"cordova-plugin-media-capture": "^5.0.0",
"cordova-webrtc": "^0.6.1",
"ionic-plugin-deeplinks": "^1.0.24",
"onesignal-cordova-plugin": "3.3.1"
},
"devDependencies": {
"cordova-android": "^12.0.0",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-market": "^1.2.0",
"cordova-plugin-whitelist": "^1.3.5"
},
"cordova": {
"plugins": {
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-media-capture": {},
"cordova-webrtc": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "bsmiradio",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "bsmiradio.netlify.app",
"ANDROID_PATH_PREFIX": "/",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
},
"cordova-plugin-headset-buttons": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-market": {},
"cordova-plugin-androidx-adapter": {},
"onesignal-cordova-plugin": {},
"cordova-plugin-device": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-app-version": {}
},
"platforms": [
"android"
]
}
}