@steveorevo/node-red-flow2src
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@steveorevo/node-red-flow2src", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This node will write template and function node source code properties to a src sub-folder adjacent to the project's flows file; allowing for easy editing in external editors.", | ||
"author": "Stephen J. Carnam <steveorevo@gmail.com>", | ||
"license": "MIT", | ||
"keywords": ["node-red", "src", "source", "code", "ide", "visual-studio-code", "version-control", "git", "svn", "diff"], | ||
"keywords": [ | ||
"node-red", | ||
"src", | ||
"source", | ||
"code", | ||
"ide", | ||
"visual-studio-code", | ||
"version-control", | ||
"git", | ||
"svn", | ||
"diff" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/steveorevo/node-red-flow2src.git" | ||
"type": "git", | ||
"url": "https://github.com/steveorevo/node-red-flow2src.git" | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"node-red": { | ||
"version": "3.0.0", | ||
"nodes": { | ||
"flow2src": "flow2src/flow2src.js" | ||
} | ||
"version": "3.0.0", | ||
"nodes": { | ||
"flow2src": "flow2src/flow2src.js" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14.0.0" | ||
} | ||
} | ||
} |
@@ -28,3 +28,3 @@ # node-red-flow2src | ||
### Building | ||
The emerge node was built using the same author's [Node-Maker](https://github.com/steveorevo/node-maker) project. Included in this repo is the flow2src.json file containing the flow needed to build flow2src. Simply import this flow into Node-RED and click the associated inject button. The current version of node-red-flow2src folder will appear in your Node-RED's node_modules folder. | ||
The flow2src node was built using the same author's [Node-Maker](https://github.com/steveorevo/node-maker) project. Included in this repo is the flow2src.json file containing the flow needed to build flow2src. Simply import this flow into Node-RED and click the associated inject button. The current version of node-red-flow2src folder will appear in your Node-RED's node_modules folder. | ||
@@ -31,0 +31,0 @@ #### Support the creator |
313261