-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1022 Bytes
/
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
{
"devDependencies": {
"cordova-android": "^12.0.1",
"cordova-plugin-background-mode": "bitbucket:TheBosZ/cordova-plugin-run-in-background",
"cordova-plugin-ble-central": "^1.7.2",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-notifications-permission": "^0.0.29"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-ble-central": {
"BLUETOOTH_USAGE_DESCRIPTION": "BLE Heart Rate Monitor",
"IOS_INIT_ON_LOAD": "true",
"BLUETOOTH_RESTORE_STATE": "true",
"ACCESS_BACKGROUND_LOCATION": "true"
},
"cordova-plugin-dialogs": {},
"cordova-plugin-cleartext": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-notifications-permission": {}
}
},
"dependencies": {
"cordova-androidx-build": "1.0.4",
"cordova-plugin-advanced-websocket-types": "0.0.5",
"cordova-plugin-cleartext": "1.0.0",
"es6-promise-plugin": "4.2.2"
}
}