-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 939 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
{
"name": "tessel-edge",
"version": "1.1.2",
"homepage": "https://github.com/reelyactive/tessel-edge/",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Edge software for the reelyActive Owl-in-One based on the Tessel 2 platform. We believe in an open Internet of Things.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/tessel-edge.git"
},
"keywords": [
"reelyActive",
"Owl-in-One",
"Tessel"
],
"dependencies": {
"@elastic/elasticsearch": "7.9.0",
"barnowl": "^1.2.0",
"barnowl-reel": ">=0.1.10",
"barnowl-tcpdump": ">=0.1.5",
"diract-digester": ">=0.1.1",
"raddec": ">=0.3.1",
"raddec-filter": ">=0.4.0"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}