homebridge-garagedoor-uno
Version:
Garage Door open plugin for Homebridge
29 lines (28 loc) • 548 B
JSON
{
"name": "homebridge-garagedoor-uno",
"version": "0.2.5",
"description": "Garage Door open plugin for Homebridge",
"author": "Stefano Ghidini",
"keywords": [
"homebridge-plugin",
"homebridge",
"garage",
"garagedoor",
"remote",
"remote control",
"home",
"onoff"
],
"engines": {
"node": ">=6.4.0",
"homebridge": ">=0.3.0"
},
"dependencies": {
"onoff": "^6.0.1"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}