{
  "name": "@hoobs/miio",
  "version": "1.15.10",
  "license": "MIT",
  "description": "Control Mi Home devices, such as Mi Robot Vacuums, Mi Air Purifiers, Mi Smart Home Gateway (Aqara) and more",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoobs-org/miio.git"
  },
  "main": "lib/index.js",
  "keywords": [
    "xiaomi",
    "mi",
    "miio",
    "aqara",
    "yeelight",
    "mijia"
  ],
  "scripts": {
    "test": "node_modules/.bin/eslint ."
  },
  "engines": {
    "node": ">=6.6.0"
  },
  "dependencies": {
    "abstract-things": "^0.9.0",
    "appdirectory": "^0.1.0",
    "chalk": "^2.3.0",
    "debug": "^3.1.0",
    "deep-equal": "^1.0.1",
    "mkdirp": "^0.5.1",
    "tinkerhub-discovery": "^0.3.1",
    "yargs": "^15.0.2"
  },
  "devDependencies": {
    "eslint": "^4.14.0",
    "eslint-plugin-node": "^5.2.1"
  }
}
