node-red-contrib-axis-host
Version:
Axis Devices resource binding nodes that provides access to events, image capture and analytics data. Node-RED must be running on the Axis Device.
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "node-red-contrib-axis-host",
"version": "1.6.2",
"license": "MIT",
"description": "Axis Devices resource binding nodes that provides access to events, image capture and analytics data. Node-RED must be running on the Axis Device.",
"author": {
"name": "Fred Juhlin",
"email": "fred.juhlin@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandosme/node-red-contrib-axis-host"
},
"homepage": "https://github.com/pandosme/node-red-contrib-axis-host",
"bugs": {
"url": "https://github.com/pandosme/node-red-contrib-axis-host/issues"
},
"engines": {
"node": ">=18.0.0"
},
"bundleDependencies": false,
"deprecated": false,
"keywords": ["node-red","Axis"],
"node-red": {
"version": ">=3.0.0",
"nodes": {
"Events": "axis-events.js",
"Camera": "axis-camera.js",
"Trigger": "axis-trigger.js",
"Objects": "axis-objects.js"
}
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}