forked from don/cordova-plugin-ble-central
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 806 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
34
35
{
"name": "cordova-plugin-ble-central",
"version": "1.3.1",
"description": "Bluetooth Low Energy (BLE) Central Plugin",
"cordova": {
"id": "cordova-plugin-ble-central",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/don/cordova-plugin-ble-central.git"
},
"keywords": [
"cordova",
"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"
},
"homepage": "https://github.com/don/cordova-plugin-ble-central#readme"
}