{
  "name": "node-lox-mqtt-gateway",
  "version": "0.3.4",
  "description": "Gateway for Loxone™ miniserver to communicate with mqtt broker",
  "main": "lib/index.js",
  "bin": {
      "lox-mqtt-gateway": "bin/lox-mqtt-gateway.js"
  },
  "scripts": {
    "start": "node bin/lox-mqtt-gateway.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alladdin/node-lox-mqtt-gateway.git"
  },
  "keywords": [
    "Loxone",
    "API",
    "mqtt"
  ],
  "author": "Ladislav Dokulil <alladdin@zemres.cz>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alladdin/node-lox-mqtt-gateway/issues"
  },
  "homepage": "https://github.com/alladdin/node-lox-mqtt-gateway#readme",
  "dependencies": {
      "node-lox-ws-api" : ">=0.3.3",
      "node-lox-structure-file" : ">=0.1.5",
      "unidecode": ">=0.1.7",
      "mqtt": ">=1.7.0",
      "winston": ">=2.2.0",
      "config": ">=1.20.0"
  },
  "devDependencies": {
      "vows": ">=0.8.1"
  }
}
