{
  "name": "xiaomi-mqtt",
  "version": "0.5.2",
  "description": "Bridge between Xiaomi Mi Smart Home Gateway and Mqtt broker.",
  "license": "Apache-2.0",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "bin": {
    "xm": "index.js",
    "xiaomi-mqtt": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cflurin/xiaomi-mqtt.git"
  },
  "keywords": [
    "Xiaomi",
    "Mqtt",
    "Gateway",
    "Bridge"
  ],
  "dependencies": {
    "mqtt": ">=2.16.0",
    "loglevel": ">=1.6.0",
    "loglevel-plugin-prefix": ">=0.8.3",
    "chalk": ">=2.3.0"
  },
  "author": "cflurin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cflurin/xiaomi-mqtt/issues"
  },
  "homepage": "https://github.com/cflurin/xiaomi-mqtt#readme"
}
