UNPKG

homebridge-nb

Version:
56 lines (55 loc) 1.18 kB
{ "name": "homebridge-nb", "description": "Homebridge plugin for Nuki Bridge", "displayName": "Homebridge NB", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "1.5.1", "keywords": [ "homebridge-plugin", "homekit", "nuki", "smart-lock", "lock", "opener" ], "type": "module", "main": "index.js", "bin": { "nb": "cli/nb.js" }, "engines": { "homebridge": "^1.9.0||^2.0.0-beta", "node": "^22||^20||^18", "nuki": "2.18.0" }, "dependencies": { "homebridge-lib": "~7.1.4", "hb-nb-tools": "~2.0.12" }, "scripts": { "prepare": "standard", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-nb.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-nb/issues" }, "homepage": "https://github.com/ebaauw/homebridge-nb#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }