forked from bartbutenaers/node-red-contrib-onvif-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.18 KB
/
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
{
"name" : "node-red-contrib-onvif-nodes",
"version" : "0.0.1-beta.16",
"description" : "Node Red nodes for communicating with OnVif compliant IP devices",
"dependencies": {
"onvif": "^0.6.7",
"request": ">= 2.88.2"
},
"author": {
"name": "Bart Butenaers"
},
"license": "Apache-2.0",
"keywords": [ "onvif", "ip", "camera", "snapshot", "ptz", "rtsp", "stream", "surveillance" ],
"bugs": {
"url": "https://github.com/bartbutenaers/node-red-contrib-onvif-nodes/issues"
},
"homepage": "https://github.com/bartbutenaers/node-red-contrib-onvif-nodes",
"repository": {
"type": "git",
"url": "https://github.com/bartbutenaers/node-red-contrib-onvif-nodes.git"
},
"node-red" : {
"nodes": {
"onvif-config": "onvif_config.js",
"onvif-device": "onvif_device.js",
"onvif-discovery": "onvif_discovery.js",
"onvif-imaging": "onvif_imaging.js",
"onvif-media": "onvif_media.js",
"onvif-ptz": "onvif_ptz.js",
"onvif-recording": "onvif_recording.js",
"onvif-events": "onvif_events.js"
}
}
}