UNPKG

homebridge-rpi

Version:
54 lines (53 loc) 1.17 kB
{ "name": "homebridge-rpi", "description": "Homebridge plugin for Raspberry Pi", "displayName": "Homebridge RPi", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "1.8.28", "keywords": [ "homebridge-plugin", "raspberrypi", "raspberry", "pi", "pigpio", "gpio" ], "type": "module", "main": "index.js", "bin": { "rpi": "cli/rpi.js" }, "engines": { "homebridge": "^1.9.0||^2.0.0-beta", "node": "^22||^20||^18" }, "dependencies": { "homebridge-lib": "~7.1.4" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-rpi.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-rpi/issues" }, "homepage": "https://github.com/ebaauw/homebridge-rpi#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }