-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "barnowl-enocean",
"homepage": "https://github.com/reelyactive/barnowl-enocean/",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Collect ambient EnOcean Wireless Standard packets from EnOcean Serial Protocol (ESP) devices. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"EnOcean",
"ESP",
"raddec"
],
"version": "1.0.0",
"engines": {
"node": ">=12.0.0"
},
"main": "./lib/barnowlenocean.js",
"scripts": {
"start": "node bin/barnowl-enocean",
"forwarder": "node bin/barnowl-enocean-forwarder"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnowl-enocean.git"
},
"dependencies": {
"advlib-identifier": ">=0.1.0",
"raddec": ">=0.5.0",
"serialport": "^10.5.0"
},
"bugs": {
"url": "https://github.com/reelyactive/barnowl-enocean/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}