{
  "name": "node-red-contrib-automation-controller",
  "version": "1.1.4",
  "description": "A Node-RED automation controller",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TLacke/node-red-contrib-automation-controller.git"
  },
  "keywords": [
    "node",
    "node-red",
    "data",
    "automation",
    "controller",
    "state",
    "event",
    "state-machine"
  ],
  "node-red": {
    "nodes": {
      "automationController": "automationController.js"
    }
  },
  "bugs": {
    "url": "https://github.com/TLacke/node-red-contrib-automation-controller/issues"
  },
  "homepage": "https://github.com/TLacke/node-red-contrib-automation-controller#readme",
  "author": "Tommy Lacke <tommy.lacke@gmail.com>",
  "license": "MIT",
  "main": "automationController.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
