-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 955 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 955 Bytes
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
34
35
36
37
{
"name": "node-red-flows-convert-to-code",
"version": "0.0.4",
"description": "for Node-RED. Out the code part of flows.json. for diff.",
"main": "tocode.js",
"bin": {
"tocode": "./tocode.js"
},
"preferGlobal": true,
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/high-u/node-red-flows-convert-to-code.git"
},
"keywords": [
"Node-RED",
"flows.json"
],
"author": "high-u <zen.crazyd@gmail.com> (https://github.com/high-u)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/high-u/node-red-flows-convert-to-code/issues"
},
"homepage": "https://github.com/high-u/node-red-flows-convert-to-code#readme",
"dependencies": {
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.13.0",
"fs-extra": "^5.0.0",
"shelljs": "^0.8.1"
}
}