-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.17 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
{
"name": "node_red_bhFlows",
"description": "This is a collection of flows that I am using to control my beach house smart home powered by Hubitat",
"version": "1.5",
"dependencies": {
"node-red-contrib-hubitat": "1.2.1",
"node-red-contrib-simpletime": "2.10.0",
"node-red-dashboard": "2.23.0",
"node-red-contrib-sun-position": "1.1.6",
"node-red-contrib-arlo": "0.0.4",
"node-red-contrib-boolean-logic-ultimate": "1.0.20",
"node-red-contrib-stoptimer-varidelay": "0.4.4",
"node-red-contrib-filter": "0.1.3",
"node-red-contrib-influxdb": "0.5.4",
"node-red-contrib-moment": "4.0.0",
"node-red-contrib-virtual-smart-home": "1.21.2",
"node-red-node-rbe": "0.2.9",
"node-red-contrib-speedtest": "1.1.0",
"node-red-contrib-alexa-remote2-applestrudel": "5.0.9",
"node-red-contrib-home-assistant-websocket": "0.43.1",
"node-red-contrib-lutron": "1.2.0",
"node-red-contrib-throttle": "0.1.7"
},
"node-red": {
"settings": {
"flowFile": "flows_BH-3B.json",
"credentialsFile": "flows_BH-3B_cred.json"
}
}
}