{
  "name": "node-red-contrib-homekit-mqtt",
  "version": "0.0.10",
  "description": "Node-RED nodes to simulate Apple HomeKit devices",
  "main": "homekit.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikejac/node-red-contrib-homekit-mqtt.git"
  },
  "keywords": [
    "homekit",
    "mqtt",
    "hap-nodejs",
    "iot"
  ],
  "node-red": {
    "nodes": {
      "homekit": "homekit.js",
      "mqtt-client": "mqtt-client.js",
      "lightbulb": "lightbulb.js",
      "outlet": "outlet.js",
      "motionsensor": "motionsensor.js",
      "occupancysensor": "occupancysensor.js",
      "smokesensor": "smokesensor.js",
      "temperaturesensor": "temperaturesensor.js",
      "humiditysensor": "humiditysensor.js",
      "lightsensor": "lightsensor.js",
      "thermostat": "thermostat.js",
      "switch": "switch.js",
      "doorbell": "doorbell.js"
    }
  },
  "author": {
    "name": "Michael Jacobsen / Marius Schmeding"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/mikejac/node-red-contrib-homekit-mqtt/issues"
  },
  "homepage": "https://github.com/mikejac/node-red-contrib-homekit-mqtt#readme",
  "dependencies": {
    "hap-nodejs": ">=0.5",
    "is-utf8": ">=0.2.1",
    "mqtt": ">=3.0"
  },
  "maintainers": [
    {
      "name": "mikejac",
      "email": "michael@visbyjacobsen.dk"
    }
  ]
}
