homebridge-websocket-dti
Version:
DTI Websocket Plugin for Homebridge
34 lines (33 loc) • 658 B
JSON
{
"name": "homebridge-websocket-dti",
"version": "0.9.17",
"description": "DTI Websocket Plugin for Homebridge",
"license": "ISC",
"author": {
"name": "Prakash"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"siri",
"websocket",
"dti",
"node-RED"
],
"repository": {
"type": "git",
"url": "https://github.com/cylon147/homebridge-websocket-DTI.git"
},
"bugs": {
"url": "https://github.com/cylon147/homebridge-websocket-DTI/issues"
},
"engines": {
"node": ">=4.3.2",
"homebridge": ">=0.4.6"
},
"dependencies": {
"express": "^4.13.3",
"ws": "^6.1.2"
}
}