motion-onvif-events
Version:
A JS CLI tool that attempts to bridge the gap between your ONVIF camera's motion detection and [Motion](https://motion-project.github.io).
29 lines (28 loc) • 557 B
JSON
{
"name": "motion-onvif-events",
"version": "1.0.5",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/rostislavzz/motion-onvif-events",
"dependencies": {
"argparse": "^1.0.10",
"node-fetch": "^2.1.2",
"onvif": "^0.6.4"
},
"bin": {
"motion-onvif-events": "./motion-onvif-events.js"
},
"keywords": [
"onvif",
"video",
"NVR",
"Motion",
"PTZ",
"RTSP"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1"
}
}