homebridge-rpiradio-light
Version:
A Homebridge plugin to control 433mhz radio
34 lines (33 loc) • 768 B
JSON
{
"name": "homebridge-rpiradio-light",
"version": "4.4.19",
"author": "ld",
"description": "A Homebridge plugin to control 433mhz radio",
"license": "MIT",
"homepage": "https://github.com/lukasa1993/homebridge-433mhz-light#readme",
"repository": {
"type": "git",
"url": "https://github.com/lukasa1993/homebridge-433mhz-light.git"
},
"keywords": [
"homebridge-plugin",
"homebridge-light",
"homebridge",
"light",
"433",
"433mhz"
],
"main": "index.js",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"limiter": "^1.1.4",
"redis": "latest",
"rpi-433-v2": "^1.0.3"
},
"bugs": {
"url": "https://github.com/lukasa1993/homebridge-433mhz-light/issues"
}
}