{
  "name": "node-red-contrib-tasmotas",
  "description": "Use and control Tasmota devices in NodeRed",
  "version": "2.1.1",
  "license": "MIT",
  "author": "Peter Simeonov",
  "keywords": [
    "node-red",
    "tasmota",
    "shelly",
    "sonoff",
    "smart home",
    "home automation"
  ],
  "homepage": "https://github.com/simeonovp/node-red-contrib-tasmotas",
  "bugs": {
    "url": "https://github.com/simeonovp/node-red-contrib-tasmotas/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simeonovp/node-red-contrib-tasmotas.git"
  },
  "scripts": {
    "test": "standard"
  },
  "node-red": {
    "nodes": {
      "tasmota-mqtt-broker": "nodes/mqtt_broker.js",
      "tasmota-device": "nodes/tasmota_device.js",
      "tasmota-manager": "nodes/tasmota_manager.js",
      "tasmota-rf-manager": "nodes/tasmota_rf_manager.js",
      "Tasmota Switch": "nodes/tasmota_switch.js",
      "Tasmota PulseTime": "nodes/tasmota_pulsetime.js",
      "Tasmota Shutter": "nodes/tasmota_shutter.js",
      "Tasmota Sensor": "nodes/tasmota_sensor.js",
      "Tasmota Light": "nodes/tasmota_light.js",
      "Tasmota Button": "nodes/tasmota_button.js",
      "Tasmota Generic": "nodes/tasmota_generic.js",
      "Tasmota RF Device": "nodes/tasmota_rf_device.js",
      "Tasmota RF Bridge": "nodes/tasmota_rf_bridge.js",
      "Tasmota Config": "nodes/tasmota_config.js"
    }
  },
  "dependencies": {
    "child_process": "^1.0.2",
    "mqtt": "4.2.6",
    "request": "^2.88.2",
    "fs-extra": "10.0.0"
  },
  "devDependencies": {
    "standard": "*"
  },
  "files": [
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "img/*",
    "nodes/*"
  ]
}
