homebridge-luxor
Version:
Homebridge Plug-in for the FX Luminaire (Luxor) lighting controller
38 lines (37 loc) • 886 B
JSON
{
"name": "homebridge-luxor",
"version": "4.2.7",
"description": "Homebridge Plug-in for the FX Luminaire (Luxor) lighting controller ",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"Luxor",
"ZD",
"ZDC",
"ZDTWO",
"FX",
"Luminaire"
],
"repository": {
"type": "git",
"url": "git://github.com/tagyoureit/homebridge-luxor.git"
},
"author": "Russ Goldin",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"source-map-support": "^0.5.21"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.3.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"homebridge": "^1.5.1"
}
}