homebridge-openhab
Version:
Homebridge plugin for openHAB
36 lines (35 loc) • 881 B
JSON
{
"name": "homebridge-openhab",
"version": "0.1.31",
"description": "Homebridge plugin for openHAB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tommasomarchionni/homebridge-openHAB.git"
},
"keywords": [
"homebridge-plugin",
"openHAB",
"homekit",
"z-wave",
"Siri"
],
"dependencies": {
"ws": "^0.8.1",
"request": "^2.65.0"
},
"author": "tommasomarchionni",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tommasomarchionni/homebridge-openHAB/issues"
},
"homepage": "https://github.com/tommasomarchionni/homebridge-openHAB#readme"
}