forked from coolchip/node-red-contrib-luxtronik2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 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
{
"name": "node-red-contrib-luxtronik2",
"version": "0.5.3",
"description": "Node, that reads and controls heat pumps based on the Luxtronik 2.0 contol unit. Supports for example AlphaInnotec and Siemens Novelan (WRP NET).",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"luxtronik2": "^2.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/coolchip/node-red-contrib-luxtronik2.git"
},
"keywords": [
"node-red",
"luxtronik",
"luxtronik2",
"alpha",
"innotec",
"novelan"
],
"node-red": {
"nodes": {
"luxtronik2": "index.js"
}
},
"author": "Sebastian B.",
"license": "MIT",
"email": "[email protected]",
"bugs": {
"url": "https://github.com/coolchip/node-red-contrib-luxtronik2/issues"
},
"homepage": "https://github.com/coolchip/node-red-contrib-luxtronik2#readme"
}