UNPKG

homebridge-mqtt-blinds

Version:
30 lines (29 loc) 635 B
{ "name": "homebridge-mqtt-blinds", "version": "1.0.5", "description": "A homebridge plugin to control blinds via mqtt", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "homebridge-plugin", "homekit", "blinds", "shutters", "shelly2" ], "engines": { "node": ">4.0.0", "homebridge": ">=0.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/knstntn1/homebridge-mqtt-blinds" }, "author": "Tim Faltin", "license": "MIT", "dependencies": { "mqtt": ">1.12.0" } }