-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
59 lines (59 loc) · 1.39 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
{
"name": "hlc-server",
"homepage": "https://github.com/reelyactive/hlc-server/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Serves real-time real-world context at a human scale by combining RFID, RTLS and M2M with structured, linked data on the web. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"Hyperlocal Context",
"RFID",
"RTLS",
"M2M",
"IoT"
],
"version": "1.0.31",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/hlcserver.js",
"scripts": {
"start": "node bin/hlc-server"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/hlc-server.git"
},
"dependencies": {
"@elastic/elasticsearch": "7.9.0",
"barnacles": "~1.3.0",
"barnacles-elasticsearch": "^0.2.0",
"barnacles-socketio": "^0.2.0",
"barnowl": "^1.1.1",
"barnowl-minew": "^0.1.3",
"barnowl-reel": "^0.1.10",
"body-parser": "^1.18.0",
"chickadee": "~1.3.7",
"cors": "^2.8.5",
"diract-digester": "^0.1.1",
"express": "^4.17.1",
"json-silo": "~1.0.5",
"raddec": "^0.2.7",
"starling": "^1.0.1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/hlc-server/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
},
{
"name": "Juan Pinazo"
}
],
"license": "MIT"
}