homebridge-optoma-projector
Version:
Homebridge plugin for optoma projectors
41 lines (40 loc) • 986 B
JSON
{
"name": "homebridge-optoma-projector",
"version": "1.2.8",
"description": "Homebridge plugin for optoma projectors",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PSForan/homebridge-optoma-projector.git"
},
"author": "PSForan (https://github.com/PSForan/homebridge-optoma-projector)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PSForan/homebridge-optoma-projector/issues"
},
"homepage": "https://github.com/PSForan/homebridge-optoma-projector#readme",
"keywords": [
"optoma",
"projector",
"homebridge",
"homebridge-plugin",
"plugin",
"tv",
"UHD50",
"rs232",
"serial"
],
"engines": {
"node": "^10.10.0",
"homebridge": "^0.4.46"
},
"dependencies": {
"sequential-task-queue": "^1.2.0",
"serialport": "^6.0.4",
"backoff": "^2.5.0"
}
}