-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 861 Bytes
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
{
"name": "node-red-contrib-enocean-esp2",
"version": "0.0.6",
"description": "Node, that reads data from enocean serial bus 2 (f.e. eltako) and parses values",
"main": "enocean-esp2.js",
"dependencies": {
"enocean-esp2": "^0.0.5",
"serialport": "^10.4.0"
},
"keywords": [
"node-red",
"enocean",
"esp2"
],
"node-red": {
"nodes": {
"enocean-esp2": "enocean-esp2.js",
"enocean-esp2-connection": "enocean-esp2-connection.js"
}
},
"author": "Sebastian Balling",
"license": "MIT",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/coolchip/node-red-contrib-enocean-esp2"
},
"bugs": {
"url": "https://github.com/coolchip/node-red-contrib-enocean-esp2/issues"
},
"homepage": "https://github.com/coolchip/node-red-contrib-enocean-esp2#readme"
}