-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "pareto-anywhere",
"homepage": "https://www.reelyactive.com/pareto/anywhere/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Open source IoT middleware suite for context-aware physical spaces. We believe in an open Internet of Things.",
"keywords": [
"Pareto Anywhere",
"reelyActive",
"context-aware physical spaces",
"IoT",
"RTLS",
"M2M"
],
"version": "1.19.0",
"engines": {
"node": ">=12.0.0"
},
"bin": "./bin/pareto-anywhere",
"main": "./lib/paretoanywhere.js",
"scripts": {
"start": "node bin/pareto-anywhere",
"logfile": "node bin/pareto-anywhere-logfile",
"elasticsearch": "node bin/pareto-anywhere-elasticsearch",
"influxdb2": "node bin/pareto-anywhere-influxdb2"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/pareto-anywhere.git"
},
"dependencies": {
"advlib": "^1.3.5",
"advlib-ble": "^1.4.0",
"advlib-ble-gatt": "^1.0.1",
"advlib-ble-manufacturers": "^1.8.2",
"advlib-ble-services": "^1.6.0",
"advlib-eep-4bs": "^1.3.0",
"advlib-eep-msc": "^1.1.1",
"advlib-eep-rps": "^1.0.1",
"advlib-eep-vld": "^1.2.0",
"advlib-esp": "^1.3.0",
"advlib-interoperable": "^1.4.0",
"barnacles": "^1.7.3",
"barnacles-logfile": "^1.3.0",
"barnacles-mqtt": "^1.0.1",
"barnacles-socketio": "^1.0.0",
"barnowl": "^1.3.3",
"barnowl-aruba": "^1.6.0",
"barnowl-axis": "^1.0.0",
"barnowl-csl": "^1.0.0",
"barnowl-huawei": "^1.0.2",
"barnowl-impinj": "^1.0.0",
"barnowl-minew": "^1.2.1",
"barnowl-reel": "^0.2.1",
"barnowl-rfcontrols": "^1.0.0",
"barterer": "^1.5.2",
"chickadee": "^1.8.1",
"chimps": "^1.1.2",
"cors": "^2.8.5",
"express": "^4.21.2",
"json-silo": "^1.1.5",
"raddec": "^0.6.0",
"sniffypedia": "^1.1.9",
"socket.io": "^4.8.0"
},
"bugs": {
"url": "https://github.com/reelyactive/pareto-anywhere/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}