-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
25 lines (25 loc) · 847 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
{
"name": "ha-node-red-automations",
"description": "Automations and flows for Home Assistant",
"version": "0.0.1",
"dependencies": {
"node-red-contrib-bigtimer": "1.8.0",
"node-red-contrib-counter": "0.1.4",
"node-red-contrib-home-assistant": "0.3.0",
"node-red-contrib-looptimer": "0.0.8",
"node-red-contrib-moment": "2.0.7",
"node-red-contrib-stoptimer": "0.0.7",
"node-red-contrib-time-range-switch": "0.5.1",
"node-red-contrib-traffic": "0.2.1",
"node-red-dashboard": "2.17.1",
"node-red-node-email": "0.1.24",
"node-red-node-random": "0.1.0",
"node-red-node-rbe": "0.2.1"
},
"node-red": {
"settings": {
"flowFile": "ha-flows.json",
"credentialsFile": "ha-flows_cred.json"
}
}
}