-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "barnacles",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Efficient processor of ambient RF decodings enabling real-time hyperlocal context. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"RTLS",
"M2M",
"raddec",
"dynamb"
],
"version": "1.7.3",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/barnacles.js",
"scripts": {
"start": "node bin/barnacles",
"display-dynamb": "node bin/barnacles-dynamb",
"display-relay": "node bin/barnacles-relay"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles.git"
},
"dependencies": {
"advlib": "^1.3.5",
"advlib-epc": "^0.1.0",
"raddec": "^0.6.0",
"raddec-filter": ">=0.4.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnacles/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}