-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
47 lines (45 loc) · 1.02 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
{
"name" : "WH4-de-translation",
"title" : "Deutsche Übersetzung für Warhammer 4. Edition",
"description" : "German language support for Moomans WFRP Modules",
"version" : "0.9.0",
"authors": [
{
"name": "Johann Groß"
},
{
"name": "Magnus Seibert"
},
{
"name": "ivan-hr",
"url": "https://github.com/ivan-hr",
"discord": "ivan-hr#1622"
}
],
"dependencies": [
{
"name": "wfrp4e",
"type": "system"
},
{
"name": "babele",
"type": "module"
}
],
"esmodules": ["babele-register.js"],
"languages" : [{
"lang" : "de",
"name" : "Deutsch",
"path" : "de.json"
}],
"packs" : [],
"scripts" : [],
"styles" : [],
"url" : "https://github.com/StefanMasz/WFRP4e-de",
"manifest" : "https://raw.githubusercontent.com/StefanMasz/WFRP4e-de/master/module.json",
"download" : "https://github.com/StefanMasz/WFRP4e-de/archive/master.zip",
"compatibility": {
"minimum": "8",
"verified": "10"
}
}