-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
56 lines (56 loc) · 1.86 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name" : "node-red-contrib-blockly",
"version" : "2.4.1",
"description" : "A Node Red node for visual programming a function using Blockly",
"dependencies": {
"blockly": "10.2.2",
"@blockly/field-date": "^8.0.3",
"@blockly/plugin-workspace-search": "^8.0.6",
"@blockly/zoom-to-fit": "^5.0.4",
"@blockly/workspace-backpack": "^5.2.0",
"@blockly/plugin-workspace-search": "^8.0.4",
"@blockly/toolbox-search": "^1.1.6",
"@blockly/workspace-minimap": "^0.1.0",
"@blockly/plugin-cross-tab-copy-paste": "^5.0.2",
"@blockly/theme-dark": "^6.0.1",
"@blockly/theme-highcontrast": "^5.0.1",
"@blockly/theme-tritanopia": "^5.0.1",
"@blockly/theme-deuteranopia": "^5.0.1",
"@blockly/theme-modern": "^5.0.1",
"acorn": "^8.10.0",
"acorn-walk": "^8.2.0"
},
"author": {
"name": "Bart Butenaers"
},
"contributors": [
{
"name": "Simon Walters",
"url": "https://github.com/cymplecy"
},
{
"name": "Jeff SC Cheng",
"url": "https://github.com/jsccjj"
},
{
"name": "Ralph Wetzel",
"url": "https://github.com/ralphwetzel"
}
],
"license": "Apache-2.0",
"keywords": [ "node-red", "blockly", "function", "visual", "programming", "javascript", "generate" ],
"bugs": {
"url": "https://github.com/bartbutenaers/node-red-contrib-blockly/issues"
},
"homepage": "https://github.com/bartbutenaers/node-red-contrib-blockly",
"repository": {
"type": "git",
"url": "https://github.com/bartbutenaers/node-red-contrib-blockly.git"
},
"node-red" : {
"nodes": {
"blockly": "blockly.js",
"blockly-config": "blockly_config.js"
}
}
}