{
  "name": "node-red-contrib-f2flowchart",
  "version": "0.1.1",
  "description": "A derived Node-Red Function node with the ability to generate flowcharts from the JS codes",
  "main": "f2flowchart.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "function",
    "visual",
    "programing",
    "javascript",
    "flowchart"
  ],
  "author": "Jeff SC Cheng",
  "license": "Apache-2.0",
  "node-red" : {
    "nodes": {
      "f2flowchart": "f2flowchart.js"
    }
  }
}
