UNPKG

homebridge-otgw

Version:

Homebridge plugin for OpenTherm Gateway

52 lines (51 loc) 1.14 kB
{ "name": "homebridge-otgw", "description": "Homebridge plugin for OpenTherm Gateway", "displayName": "Homebridge OTGW", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "2.1.33", "keywords": [ "homebridge-plugin", "homekit", "otgw", "opentherm", "opentherm gateway" ], "type": "module", "main": "index.js", "engines": { "homebridge": "^1.10.0||^2.0.0-beta", "node": "^22||^20", "otgw": "5.8" }, "dependencies": { "homebridge-lib": "~7.1.6", "ws": "^8.18.2" }, "scripts": { "prepare": "standard", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-otgw.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-otgw/issues" }, "homepage": "https://github.com/ebaauw/homebridge-otgw#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }