{
  "name": "node-red-contrib-azure-iot-hub",
  "description": "Connector to azure on Node-Red",
  "version": "0.4.0",
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "azure-event-hubs": "0.0.8",
    "azure-iot-device": "<=1.0.14",
    "azure-iot-device-amqp": "<=1.0.14",
    "azure-iot-device-amqp-ws": "<=1.0.14",
    "azure-iot-device-http": "<=1.0.14",
    "azure-iot-device-mqtt": "<=1.0.14",
    "azure-iothub": "^1.2.3",
    "is-property": "<=1.0.2"
  },
  "keywords": [
    "node-red",
    "Azure",
    "Azure IoT"
  ],
  "node-red": {
    "nodes": {
      "Azure": "azureiothub.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lcarli/NodeRedIoTHub"
  },
  "author": {
    "name": "Lucas Humenhuk",
    "email": "luhumenh@microsoft.com",
    "url": "http://nodered.org"
  },
  "contributors": [
    "Olli Kasari <8488349+kasarol@users.noreply.github.com>"
  ]
}
