UNPKG

homebridge-rpi

Version:
56 lines (55 loc) 1.15 kB
{ "name": "homebridge-rpi", "description": "Homebridge plugin for Raspberry Pi", "displayName": "Homebridge RPi", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "2.0.4", "keywords": [ "homebridge-plugin", "raspberrypi", "raspberry", "pi", "lg", "pigpio", "gpio" ], "type": "module", "main": "index.js", "bin": { "rpi": "cli/rpi.js" }, "engines": { "homebridge": "^2.0.1", "node": "^24||^22" }, "dependencies": { "hb-rpi-tools": "~1.0.4", "homebridge-lib": "~8.1.0" }, "scripts": { "prepare": "standard", "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" } ] }