-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
52 lines (52 loc) · 1.21 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
{
"title": "[Translation] Band of Blades Spanish",
"description": "Este módulo contiene la traducción actualizada del sistema de Band of Blades y sus compendios",
"version": "2.2.3",
"compatibility": {
"minimum": "9",
"verified": "11"
},
"esmodules": [
"register.js"
],
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"url": "https://github.com/WallaceMcGregor/bob-translation-es",
"manifest": "https://raw.githubusercontent.com/WallaceMcGregor/bob-translation-es/main/module.json",
"download": "https://github.com/WallaceMcGregor/bob-translation-es/archive/refs/heads/main.zip",
"id": "bob-translation-es",
"authors": [
{
"name": "WallaceMcGregor",
"url": "https://github.com/WallaceMcGregor",
"flags": {}
},
{
"name": "Roberto Lorite",
"url": "https://github.com/sharak",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "band-of-blades",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
}
]
}
}