node-red-contrib-onvif
Version:
A Node-RED node that interacts with ip cameras using the ONVIF protocol
34 lines (33 loc) • 854 B
JSON
{
"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"
}