@livelywire/homebridge-ledstrip
Version:
A Homebridge plugin for controlling LED strips via BLE.
28 lines (27 loc) • 578 B
JSON
{
"name": "@livelywire/homebridge-ledstrip",
"version": "2.2.7",
"description": "A Homebridge plugin for controlling LED strips via BLE.",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"ledstrip",
"bluetooth",
"noble"
],
"engines": {
"homebridge": ">=1.3.0",
"node": ">=14.17.0"
},
"peerDependencies": {
"homebridge": ">=1.3.0"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Danny Newton",
"license": "ISC"
}