-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "barnowl-hci",
"homepage": "https://github.com/reelyactive/barnowl-hci/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Collect ambient advertising packets from the Bluetooth Host Controller Interface (HCI) for real-time location and sensing. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"barnowl",
"Bluetooth",
"HCI",
"bluetooth-hci-socket",
"raddec"
],
"version": "0.4.0",
"engines": {
"node": ">=18.0.0"
},
"main": "./lib/barnowlhci.js",
"scripts": {
"start": "node bin/barnowl-hci",
"forwarder": "node bin/barnowl-hci-forwarder"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnowl-hci.git"
},
"dependencies": {
"@stoprocent/bluetooth-hci-socket": "^1.4.1",
"advlib-identifier": ">=0.1.0",
"raddec": ">=0.6.0"
},
"bugs": {
"url": "https://github.com/reelyactive/barnowl-hci/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}