-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1017 Bytes
/
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
{
"name": "laird-edge",
"homepage": "https://github.com/reelyactive/laird-edge/",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Edge software for Laird Connectivity gateways. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"Laird Connectivity",
"IG60",
"BL654"
],
"version": "0.1.1",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/server.js",
"scripts": {
"start": "node lib/server"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/laird-edge.git"
},
"dependencies": {
"@elastic/elasticsearch": "^7.0.0",
"barnowl": "^1.1.0",
"barnowl-laird": ">=0.2.4",
"diract-digester": ">=0.1.0",
"raddec": ">=0.2.5",
"raddec-filter": ">=0.3.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/laird-edge/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}