UNPKG

homebridge-velux

Version:

Homebridge plugin for Velux Integra KLF 200 gateway

56 lines (55 loc) 1.21 kB
{ "name": "homebridge-velux", "description": "Homebridge plugin for Velux Integra KLF 200 gateway", "displayName": "Homebridge Velux", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "1.0.0", "keywords": [ "homebridge-plugin", "homekit", "velux", "integra", "klf200", "klf" ], "type": "module", "main": "index.js", "bin": { "velux": "cli/velux.js" }, "engines": { "homebridge": "^1.9.0||^2.0.0-beta", "node": "^22||^20||^18", "klf200": "3.14" }, "dependencies": { "hb-velux-tools": "~0.0.6", "homebridge-lib": "~7.1.4" }, "scripts": { "prepare": "standard", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-velux.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-velux/issues" }, "homepage": "https://github.com/ebaauw/homebridge-velux#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }