{
  "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"
}
