{
  "author": {
    "name": "Stas Zaytsev"
  },
  "description": "Node for Node-Red to control Mi Devices locally via node-mihome (Humidifiers, Air Purifiers, Heaters, Fans, Vacuums, Lights - list of devices to be enlarged). See latest updates in documentation.",
  "dependencies": {
    "node-mihome": "latest",
    "events": "latest"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "keywords": [
    "node-red", "xiaomi", "miio", "miot",
    "humidifier", "airpurifier", "airfresh", "heater", "fan", "toilet", "bidet", "pet_waterer", "vacuum", "light",
    "mijia", "deerma", "zhimi", "mmgg", "leshow", "dmaker", "viomi", "philips", "yeelight",
    "mjjsq", "jsq", "jsq4", "jsq5", "ca1", "cb1", "ca4", "jsq1",
    "v7", "vb2", "vb4", "m1", "ma2", "ma4", "mb3", "mb4", "mc1", "mc2", "a1",
    "za1", "wi11", "sa1", "za3", "za4", "za5", "p10", "p18", "1c",
    "downlight", "bulb", "candle", "ceiling1", "strip1", "color3"
  ],
  "license": "GPL-3.0",
  "name": "node-red-contrib-miio-localdevices",
  "node-red": {
    "version": ">=1.3.0",
    "nodes": {
      "devices": "nodes/devices.js",
      "GET": "nodes/MIIOgetdata.js",
      "SET": "nodes/MIIOsendcommand.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stason325/node-red-contrib-miio-localdevices.git"
  },
  "version": "0.5.12",
  "homepage": "https://github.com/stason325/node-red-contrib-miio-localdevices"
}