node-red-contrib-f2flowchart
Version:
A derived Node-Red Function node with the ability to generate flowcharts from the JS codes
25 lines (24 loc) • 540 B
JSON
{
"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"
}
}
}