-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.82 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "net.sourceforge.bsmi",
"displayName": "BSMI Mobile",
"version": "1.0.2",
"description": "bsmi mobile",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nuzulul Zulkarnain Haq",
"license": "Apache-2.0",
"dependencies": {
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-camera": "^6.0.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-device-orientation": "^2.0.1",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^8.0.0",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-foreground-service": "^1.1.3",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-vibration": "^3.1.1",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-plugin-x-socialsharing": "^6.0.4",
"es6-promise-plugin": "^4.2.2",
"integrator-cordova-plugin-downloader": "^1.1.0",
"ionic-plugin-deeplinks": "^1.0.24",
"onesignal-cordova-plugin": "3.3.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-device": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+",
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-background-mode": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-app-version": {},
"cordova-plugin-market": {},
"cordova-plugin-vibration": {},
"integrator-cordova-plugin-downloader": {},
"onesignal-cordova-plugin": {},
"cordova-plugin-x-socialsharing": {
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
},
"cordova-plugin-foreground-service": {},
"cordova-plugin-android-permissions": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "bsmimobile",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "bsmi.sourceforge.net",
"ANDROID_PATH_PREFIX": "/api",
"DEEPLINK_2_SCHEME": "https",
"DEEPLINK_2_HOST": "api.bsmijatim.org",
"ANDROID_2_PATH_PREFIX": "/bsmimobile",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
},
"cordova-webrtc": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-headset-buttons": {}
},
"platforms": [
"android"
]
},
"devDependencies": {
"cordova-android": "^12.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-headset-buttons": "^1.0.0",
"cordova-plugin-market": "github:xmartlabs/cordova-plugin-market",
"cordova-webrtc": "^0.6.1"
}
}