-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 975 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
34
35
36
37
38
39
40
{
"version": "1.0.7",
"_resolved": "https://registry.npmjs.org/node-red-contrib-contribgen/-/node-red-contrib-contribgen-1.0.6.tgz",
"author": {
"name": "hkjang"
},
"bugs": {
"url": "https://github.com/hkjang/node-red-contrib-contribgen/issues"
},
"bundleDependencies": false,
"dependencies": {
"csv-string": "^4.0.1",
"jimp": "^0.16.1",
"js-string-escape": "^1.0.1",
"mustache": "^4.1.0",
"when": "^3.7.8"
},
"deprecated": false,
"description": "make node for node-red",
"homepage": "https://github.com/hkjang/node-red-contrib-contribgen#readme",
"keywords": [
"node-red",
"nodejs",
"gen",
"generator",
"nodegen",
"contribgen"
],
"license": "Apache-2.0",
"name": "node-red-contrib-contribgen",
"node-red": {
"nodes": {
"contribgen": "contribgen.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hkjang/node-red-contrib-contribgen.git"
}
}