-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·26 lines (26 loc) · 940 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
{
"name": "node-red-config",
"description": "Personal Node Red config",
"version": "0.0.1",
"dependencies": {
"node-red-contrib-schedex": "1.1.1",
"node-red-contrib-stoptimer": "0.0.7",
"node-red-contrib-time-range-switch": "0.5.1",
"node-red-contrib-home-assistant-websocket": "0.5.1",
"node-red-contrib-credentials": "0.2.1",
"node-red-contrib-bool-gate": "1.0.2",
"node-red-contrib-alexa-local": "0.3.24",
"node-red-contrib-light-scheduler": "0.0.11",
"node-red-contrib-repeat": "0.0.27",
"node-red-contrib-string": "0.2.2",
"node-red-contrib-throttle": "0.1.6",
"node-red-contrib-unifi": "0.0.6",
"node-red-node-geofence": "0.1.0"
},
"node-red": {
"settings": {
"flowFile": "flows_MasterController.json",
"credentialsFile": "flows_MasterController_cred.json"
}
}
}