-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
executable file
·42 lines (42 loc) · 1.05 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
{
"author": {
"name": "Fredrik Anerdin"
},
"dependencies": {
"nibepi": "github:anerdins/nibepi#master",
"node-cron": "^2.0.3",
"suncalc": "^1.8.0",
"node-red-dashboard": "~2.22.1",
"node-red-node-ui-list": "~0.2.5"
},
"description": "Node-RED NibePi, communicate with your Nibe F series heatpump with RS485 adapter.",
"keywords": [
"node-red",
"nibe",
"nibepi"
],
"license": "MIT",
"main": "index.js",
"name": "node-red-contrib-nibepi",
"node-red": {
"nodes": {
"nibe-config": "config_node.js",
"nibe-config-req": "config_req.js",
"nibe-output": "output.js",
"nibe-input": "input.js",
"nibe-request": "request.js",
"nibe-weather": "weather.js",
"nibe-indoor": "indoor.js",
"nibe-price": "price.js",
"nibe-hotwater": "hotwater.js",
"nibe-rmu": "rmu.js",
"nibe-fan": "fan.js",
"nibe-graph": "graph.js"
}
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1"
}