-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmodule.json
More file actions
45 lines (45 loc) · 1.08 KB
/
module.json
File metadata and controls
45 lines (45 loc) · 1.08 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
{
"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"
],
"styles": [],
"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": "14"
}
}