homebridge-motionsensor-web
Version:
Homebridge plugin for a web based motion sensor.
30 lines (29 loc) • 670 B
JSON
{
"name": "homebridge-motionsensor-web",
"version": "0.0.21",
"description": "Homebridge plugin for a web based motion sensor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Phillip Moon",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"homebridge-motionsensor",
"homebridge-unifi-motion-sensor",
"unifi",
"unifi video",
"unifi video motion sensor",
"motion sensor"
],
"engines": {
"homebridge": ">=0.4.0",
"node": ">=0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pmoon00/homebridge-motionsensor-web.git"
}
}