-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 854 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
{
"name": "node-red-contrib-onvif",
"version": "1.0.3",
"description": "A Node-RED node that interacts with ip cameras using the ONVIF protocol",
"repository": {
"type": "git",
"url": "https://github.com/razvanstanga/node-red-contrib-onvif.git"
},
"dependencies": {
"node-onvif": "^0.1.7",
"sharp": "^0.28.3"
},
"inputs": 1,
"keywords": [
"node-red",
"node-red-contrib",
"onvif",
"ipcam"
],
"node-red": {
"nodes": {
"ONVIF Snapshot": "onvif/snapshot.js"
}
},
"author": {
"name": "Razvan Stanga"
},
"license": "Apache",
"bugs": {
"url": "https://github.com/razvanstanga/node-red-contrib-onvif/issues"
},
"homepage": "https://github.com/razvanstanga/node-red-contrib-onvif"
}