homebridge-dahua-alerts
Version:
Routes motion alerts for Dahua, Alhua and Lorex camera streams to `homebridge-camera-ffmpeg`
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "homebridge-dahua-alerts",
"version": "1.3.0",
"description": "Routes motion alerts for Dahua, Alhua and Lorex camera streams to `homebridge-camera-ffmpeg`",
"main": "dist/index.js",
"dependencies": {
"axios": "^0.21.4"
},
"devDependencies": {
"@types/node": "^16.7.10",
"homebridge": "^1.3.4",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
},
"engines": {
"homebridge": ">=1.0.0"
},
"scripts": {
"build": "rimraf ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kushagharahi/homebridge-dahua-alerts.git"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/kusha"
},
"keywords": [
"Dahua",
"Lorex",
"IPC",
"RTSP",
"Homebridge",
"homebridge-camera-ffmpeg",
"Security Camera",
"Home Automation",
"homebridge-plugin"
],
"author": "Kusha Gharahi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kushagharahi/homebridge-dahua-alerts/issues"
},
"homepage": "https://github.com/kushagharahi/homebridge-dahua-alerts#readme"
}