homebridge-phat-beat
Version:
pHAT BEAT LED RGB plugin for homebridge: https://github.com/roblan/homebridge-phat-beat
33 lines (32 loc) • 643 B
JSON
{
"name": "homebridge-phat-beat",
"version": "1.0.1",
"description": "pHAT BEAT LED RGB plugin for homebridge: https://github.com/roblan/homebridge-phat-beat",
"license": "MIT",
"keywords": [
"homebridge",
"homebridge-plugin",
"pimoroni",
"phat",
"beat",
"phat-beat",
"led",
"rgb",
"homekit"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "Robert Lange"
},
"repository": {
"type": "git",
"url": "git://github.com/roblan/homebridge-phat-beat.git"
},
"dependencies": {
"colorsys": "^1.0.10",
"phatbeat": "^1.0.0"
}
}