-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 746 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 746 Bytes
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
{
"name": "ble-host",
"version": "1.0.3",
"author": "Emil Lenngren",
"optionalDependencies": {
"hci-socket": "^1.0.0"
},
"main": "./lib/index.js",
"repository": "github:Emill/node-ble-host",
"homepage": "https://github.com/Emill/node-ble-host",
"bugs": "https://github.com/Emill/node-ble-host/issues",
"license": "ISC",
"keywords": [
"bluetooth",
"hci",
"noble",
"bleno",
"ble",
"bluetooth-le",
"bluetooth-low-energy",
"bluetooth low energy",
"BleManager",
"node-ble-host",
"NodeBleHost",
"ble-host",
"gatt",
"l2cap",
"central",
"peripheral"
],
"description": "A full-featured Bluetooth Low Energy (BLE) host stack written in JavaScript that lets you set up and program peripherals and centrals."
}