homebridge-mqttgaragedoor-moppi
Version:
Homebridge plugin for MQTT Garage Door Opener
37 lines (36 loc) • 938 B
JSON
{
"name": "homebridge-mqttgaragedoor-moppi",
"version": "1.0.3",
"description": "Homebridge plugin for MQTT Garage Door Opener",
"note": "peerDependencies is hardcoded to peerDepdendencies in homebridge!!!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moppi4483/homebridge-mqttgaragedoor"
},
"keywords": [
"homebridge-plugin",
"MQTT",
"homekit",
"Siri",
"IoT",
"Garage"
],
"dependencies": {
"mqtt": "^1.6.3"
},
"author": "iomax",
"license": "GPL2",
"bugs": {
"url": "https://github.com/moppi4483/homebridge-mqttgaragedoor/issues"
},
"homepage": "https://github.com/moppi4483/homebridge-mqttgaragedoor"
}