UNPKG

homebridge-knx-easy

Version:

homebridge shim for KNX home automation.

54 lines (53 loc) 1.45 kB
{ "name": "homebridge-knx-easy", "version": "0.3.40", "description": "homebridge shim for KNX home automation.", "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": ">10.0.0", "homebridge": ">=0.4.28" }, "repository": { "type": "git", "url": "git+https://github.com/mariomaurer/homebridge-knx.git" }, "keywords": [ "homebridge-plugin", "homebridge", "KNX", "knx", "knxd", "eibd", "EIB", "Siri" ], "dependencies": { "debug": "^4.1.1", "eibd": "^0.5.0", "knx": "^2.3.7" }, "author": "Raoul (https://github.com/snowdd1)", "contributors": [ "EIBHomeControl (https://github.com/EIBHomeControl)", "Michael (https://github.com/misc2000)", "bytefactory73 (https://github.com/bytefactory73)", "Christof (https://github.com/giase82)", "Matevz Gacnik (https://github.com/matevzg)", "G Kuehn (https://github.com/gkuehn001)", "Paul (https://github.com/c-o-m-m-a-n-d-e-r)", "Hendrik Luehrsen (https://github.com/Luehrsen)", "Martijn Dierck X (https://github.com/martijndierckx)" ], "license": "GPL-2.0", "bugs": { "url": "https://github.com/snowdd1/homebridge-knx/issues" }, "homepage": "https://github.com/snowdd1/homebridge-knx", "directories": { "lib": "lib" } }