-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (29 loc) · 919 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
27
28
29
30
{
"name": "node-red-contrib-smarthome-shading",
"version": "1.0.1",
"description": "This is a node to control your window blinds.",
"dependencies": {
"suncalc": "1.8.*"
},
"author": {
"name": "Thomas Astleitner"
},
"license": "EUPL-1.2",
"node-red" : {
"nodes": {
"shading": "nodes/shading.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/danube/node-red-contrib-smarthome-shading.git"
},
"keywords": [
"node","node-red","nodered","smarthome","loxone","sps","plc",
"shading","blind","blinds","shutter","roller","roller blind","rolling shutter","roller shutter","sunblind","jalousie","sun blind"
],
"bugs": {
"url": "https://github.com/danube/node-red-contrib-smarthome-shading/issues"
},
"homepage": "https://github.com/danube/node-red-contrib-smarthome-shading"
}