@stefano-sg/homebridge-garagedoor-onoff
Version:
Garage Door sensor + open plugin for Homebridge
32 lines (31 loc) • 636 B
JSON
{
"name": "@stefano-sg/homebridge-garagedoor-onoff",
"version": "0.6.3",
"description": "Garage Door sensor + open plugin for Homebridge",
"author": "Stefano Ghidini",
"keywords": [
"homebridge-plugin",
"homebridge",
"garage",
"garagedoor",
"remote",
"remote control",
"sensor",
"home",
"onoff"
],
"engines": {
"node": ">=6.4.0",
"homebridge": ">=0.3.0"
},
"dependencies": {
"onoff": "^6.0.0",
"request": "^2.80.0",
"pi-gpio": "^0.0.8"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}