-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@steveorevo/node-red-flow2src",
"version": "1.2.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 <[email protected]>",
"license": "MIT",
"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"
},
"dependencies": {},
"node-red": {
"nodes": {
"flow2src": "flow2src/flow2src.js"
},
"version": ">=3.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}