-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.38 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
48
{
"name": "barnowl-aruba",
"homepage": "https://github.com/reelyactive/barnowl-aruba/",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Collect ambient Bluetooth Low Energy, WiFi and EnOcean Alliance packets from Aruba access points for real-time location and sensing. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"barnowl",
"HPE Aruba Networking",
"IoT Transport",
"WebSocket",
"raddec"
],
"version": "1.6.0",
"engines": {
"node": ">=10.0.0"
},
"main": "./lib/barnowlaruba.js",
"scripts": {
"start": "node bin/barnowl-aruba",
"secure": "node bin/barnowl-aruba-secure",
"aos8v1proto": "pbjs -t static-module -w commonjs -o lib/aos8v1proto.js --path proto/aos8v1 aruba-iot-nb.proto",
"aos10v1proto": "pbjs -t static-module -w commonjs -o lib/aos10v1proto.js --path proto/aos10v1 aruba/iotops/partner/transport/v1/interface_data.proto"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnowl-aruba.git"
},
"dependencies": {
"advlib-identifier": ">=0.1.0",
"protobufjs": "^7.3.2",
"raddec": ">=0.6.0",
"ws": "^8.18.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnowl-aruba/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}