node-red-contrib-snap4city-milestone
Version:
Node-Red integration to communicate with Milestone XProtect VMS
35 lines (34 loc) • 978 B
JSON
{
"version": "0.0.10",
"description": "Node-Red integration to communicate with Milestone XProtect VMS",
"name": "node-red-contrib-snap4city-milestone",
"homepage": "https://github.com/disit/node-red-contrib-snap4city-milestone",
"bugs": {
"url": "https://docs.google.com/forms/d/e/1FAIpQLSfDQtKqgLIIyycNXiazeYEh1SsRG1YL8Ze4ThD8nZoA5jsoXw/viewform"
},
"node-red": {
"version": ">=2.2.2",
"nodes": {
"x-login": "x-login.js",
"x-send-event": "x-send-event.js",
"x-alarm-list": "x-alarm-list.js"
}
},
"keywords": [
"node-red",
"smartcity",
"iot",
"VMS",
"Milestone",
"XProtect",
"Protocol Integration"
],
"license": "AGPL-3.0-or-later",
"dependencies": {
"jsontoxml": "^1.0.1",
"node-fetch": "^2.6.12",
"uuid": "^9.0.0",
"xml-js": "^1.6.11",
"xml2js": "^0.6.0"
}
}