-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
61 lines (61 loc) · 1.31 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
{
"title": "[Translation] Wicked ones Spanish",
"description": "Traducción del sistema y compendios para Wicked ones",
"url": "https://github.com/WallaceMcGregor/wicked-ones-esp",
"version": "2.3",
"authors": [
{
"name": "WallaceMcGregor",
"url": "https://github.com/WallaceMcGregor",
"flags": {}
},
{
"name": "Roberto Lorite",
"url": "https://github.com/sharak",
"flags": {}
}
],
"esmodules": [
"register.js"
],
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"packs": [
{
"label": "Ejemplos",
"type": "Actor",
"name": "ejemplos",
"path": "packs/ejemplos",
"system": "wicked-ones"
}
],
"manifest": "https://raw.githubusercontent.com/WallaceMcGregor/wicked-ones-esp/main/module.json",
"download": "https://github.com/WallaceMcGregor/wicked-ones-esp/archive/refs/heads/main.zip",
"id": "wicked-ones-esp",
"relationships": {
"systems": [
{
"id": "wicked-ones",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "12"
}
}