-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
52 lines (52 loc) · 1.3 KB
/
module.json
File metadata and controls
52 lines (52 loc) · 1.3 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
{
"id": "materialdeck-systemtemplate",
"title": "Material Deck - System Template",
"description": "System Template for Material Deck",
"version": "0.0.1",
"authors": [
{
"name": "Material Foundry",
"email": "info@materialfoundry.nl",
"discord": "materialfoundry",
"patreon": "MaterialFoundry"
}
],
"esmodules": [
"./materialdeck-systemtemplate.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.3.6"
}
}],
"requires": [
{
"id": "materialdeck-premium",
"type": "module",
"compatibility": {
"minimum": "2.0.0",
"verified": "2.0.0"
}
}
]
},
"compatibility": {
"minimum": "12",
"verified": "13"
},
"url": "",
"manifest": "",
"download": ""
}