-
Notifications
You must be signed in to change notification settings - Fork 609
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "cordova-plugin-ble-central",
"version": "1.7.8",
"description": "Bluetooth Low Energy (BLE) Central Plugin",
"scripts": {
"slimify": "node tools/make-slim-variant.mjs",
"version": "node tools/set-plugin-version.mjs && git add plugin.xml"
},
"cordova": {
"id": "cordova-plugin-ble-central",
"platforms": [
"ios",
"android",
"browser"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/don/cordova-plugin-ble-central.git"
},
"keywords": [
"cordova",
"capacitor",
"bluetooth",
"ble",
"bluetoothle",
"bluetooth le",
"low energy",
"smart",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Don Coleman <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/don/cordova-plugin-ble-central/issues"
},
"types": "./types.d.ts",
"homepage": "https://github.com/don/cordova-plugin-ble-central#readme",
"devDependencies": {
"@xmldom/xmldom": "^0.8.7"
}
}