forked from theripper93/canvas3dcompendium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
51 lines (51 loc) · 1.22 KB
/
module.json
File metadata and controls
51 lines (51 loc) · 1.22 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
{
"title": "3D Canvas Mapmaking Pack",
"description": "A collection of 3D Tiles, ready to use for map building",
"version": "0.2",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
}
],
"esmodules": [
"scripts/main.js",
"scripts/config.js",
"scripts/module.js",
"scripts/quick3dscene.js"
],
"styles": [
"styles/module.css",
"styles/build-panel.css"
],
"packs": [],
"url": "https://github.com/theripper93/canvas3dcompendium",
"manifest": "https://github.com/theripper93/canvas3dcompendium/releases/latest/download/module.json",
"download": "https://github.com/theripper93/canvas3dcompendium/releases/latest/download/module.zip",
"id": "canvas3dcompendium",
"relationships": {
"requires": [
],
"recommends": [
{
"id": "canvas3dtokencompendium",
"type": "module",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "13",
"verified": "13"
}
}