-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "barnowl-noble",
"homepage": "https://github.com/reelyactive/barnowl-noble/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Collect ambient Bluetooth Low Energy device data using the noble Node.js BLE central module. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"barnowl",
"Bluetooth",
"HCI",
"noble",
"raddec"
],
"version": "1.0.3",
"engines": {
"node": ">=18.0.0"
},
"main": "./lib/barnowlnoble.js",
"scripts": {
"start": "node bin/barnowl-noble",
"forwarder": "node bin/barnowl-noble-forwarder",
"privileges": "node bin/barnowl-noble-privileges",
"gatt": "node bin/barnowl-noble-gatt"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnowl-noble.git"
},
"dependencies": {
"@stoprocent/noble": "^1.19.1",
"advlib-identifier": ">=0.1.0",
"raddec": ">=0.6.1"
},
"bugs": {
"url": "https://github.com/reelyactive/barnowl-noble/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}