-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
66 lines (66 loc) · 1.79 KB
/
module.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
57
58
59
60
61
62
63
64
65
66
{
"id": "toolkit13-de",
"title": "Toolkit13 (13th Age Compatible) German Translation (Deutsch)",
"description": "German translation for the Toolkit13 (13th Age compatible) system",
"authors": [
{
"name": "mhilbrunner",
"url": "https://github.com/mhilbrunner",
"flags": {}
}
],
"url": "https://github.com/mhilbrunner/toolkit13-de",
"bugs": "https://github.com/mhilbrunner/toolkit13-de/issues",
"readme": "https://github.com/mhilbrunner/toolkit13-de/README.md",
"manifest": "https://github.com/mhilbrunner/toolkit13-de/releases/latest/download/module.json",
"download": "https://github.com/mhilbrunner/toolkit13-de/releases/download/1.7/module.zip",
"version": "1.7",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"esmodules": [
"toolkit13-de.js"
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "archmage",
"type": "system",
"manifest": "https://gitlab.com/asacolips-projects/foundry-mods/archmage/-/raw/1.24.1/system.json",
"compatibility": {
"minimum": "1.25.0",
"verified": "1.25.0"
}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"compatibility": {
"minimum": "2.3.3",
"verified": "2.3.3"
}
},
{
"id": "lang-de",
"type": "module",
"manifest": "https://gitlab.com/henry4k/foundryvtt-lang-de/-/raw/master/module.json",
"compatibility": {
"minimum": "10.288",
"verified": "10.288"
}
}
]
}
}