-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
55 lines (55 loc) · 1.51 KB
/
module.json
File metadata and controls
55 lines (55 loc) · 1.51 KB
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
{
"id": "lib-blockly",
"title": "LibBlockly",
"description": "An integration of Google Blockly into Foundry VirtualTop.",
"version": "0.0.1",
"compatibility": {
"minimum": "11",
"verified": "11.295"
},
"authors": [
{
"name": "Miah Nelah",
"discord": "Miah Nelah#5991"
}
],
"scripts": [
"libs/blockly.min.js",
"libs/javascript_compressed.js"
],
"esmodules": [
"src/LibBlockly.js",
"src/blocks/LibBlockly_Blocks.js"
],
"styles": [
"styles/LibBlockly.css"
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {
"verified": "1.12.7.0"
}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
}
],
"url": "https://github.com/MiahNelah/lib-blockly",
"bugs": "https://github.com/MiahNelah/lib-blockly/issues",
"manifest": "https://github.com/MiahNelah/lib-blockly/releases/latest/download/module.json",
"download": "https://github.com/MiahNelah/lib-blockly/releases/download/0.0.1/module.zip"
}