-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
52 lines (52 loc) · 1.08 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
{
"id": "dungeonworld-fr",
"title": "Dungeon World Complete French Translation",
"description": "Full VF translation module for Asacolips' system Dungeon World",
"version": "2.1.1",
"license": "LICENSE",
"compatibility": {
"minimum": "12",
"verified": "12.331",
"maximum": "13"
},
"authors": [
{
"name": "YanK",
"url": "yank-solutions.fr",
"email": "[email protected]",
"discord": "yanklinnomme"
},
{
"name": "Matisse",
"url": "https://github.com/tissema",
"discord": "Matisse#8751"
}
],
"relationships": {
"systems": [
{"id": "dungeonworld"}
],
"requires": [
{
"id": "babele",
"type": "module"
},
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"esmodules": ["dungeonworld-fr.js"],
"styles": ["css/dungeonworld.css"],
"languages": [
{
"lang": "fr",
"name": "French",
"path": "fr.json"
}
],
"url": "https://github.com/YanKlInnomme/FoundryVTT-dungeonworld-fr",
"manifest": "",
"download": ""
}