UNPKG

homebridge-otgw

Version:

Homebridge plugin for OpenTherm Gateway

52 lines (51 loc) 1.12 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.44", "keywords": [ "homebridge-plugin", "homekit", "otgw", "opentherm", "opentherm gateway" ], "type": "module", "main": "index.js", "engines": { "homebridge": "^2.1.0", "node": "^24||^22", "otgw": "5.8" }, "dependencies": { "homebridge-lib": "~8.1.1", "ws": "^8.21.0" }, "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" } ] }