{
  "name": "@ralphwetzel/node-red-mcu-gate",
  "version": "1.0.0",
  "description": "Node that implements a gate open only when the flow runs on an MCU",
  "main": "gate.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ralphwetzel/node-red-mcu-gate.git"
  },
  "node-red" : {
    "nodes": {
        "mcu-gate": "gate.js"
    }
  },
  "keywords": [
    "Node-RED",
    "Node-RED MCU Edition",
    "node-red",
    "node-red-mcu",
    "node-red-mcu-plugin"
  ],
  "author": "Ralph Wetzel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ralphwetzel/node-red-mcu-gate/issues"
  },
  "homepage": "https://github.com/ralphwetzel/node-red-mcu-gate#readme"
}
