-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 760 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "HomeAutomationNodeRed",
"description": "NodeRed",
"version": "0.0.1",
"dependencies": {
"node-red-contrib-homeconnect": "0.6.7",
"node-red-contrib-german-holidays": "1.0.1",
"node-red-contrib-influxdb": "0.6.1",
"node-red-contrib-mytimeout": "3.2.2",
"node-red-contrib-newsamsungtv": "0.1.0",
"node-red-contrib-samsung-tv-control": "1.4.0",
"node-red-contrib-sun-position": "2.2.0-beta3",
"node-red-contrib-telegrambot": "15.1.7",
"node-red-dashboard": "3.6.2",
"node-red-node-openweathermap": "0.5.1"
},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}