-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 977 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node-red-contrib-syno",
"version": "0.1.1",
"description": "Node-RED node for synology (based on nodejs syno).",
"node-red": {
"nodes": {
"ds-config": "ds/ds-config.js",
"ds-audiostation": "ds/audiostation/ds-audio.js",
"ds-cam": "ds/cam/ds-cam.js",
"ds-downloadstation": "ds/downloadstation/ds-download.js",
"ds-dsm": "ds/dsm/ds-dsm.js",
"ds-filestation": "ds/filestation/ds-file.js",
"ds-videostation": "ds/videostation/ds-video.js"
}
},
"dependencies": {
"syno": ">=2.1.0"
},
"license": "MIT",
"author": {
"name": "mattvador"
},
"homepage": "https://github.com/mattvador/node-red-contrib-syno#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mattvador/node-red-contrib-syno.git"
},
"bugs": {
"url": "https://github.com/mattvador/node-red-contrib-syno/issues"
},
"keywords": [
"node-red",
"synology",
"ds audio",
"ds cam",
"ds download",
"ds dsm",
"ds file",
"ds video"
]
}