-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
53 lines (53 loc) · 1.04 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
{
"title": "Translation: Korean [13th Age]",
"description": "<p>13시대 한국어화</p>",
"version": "1.4.6",
"compatibility": {
"minimum": "11",
"verified": "12.331"
},
"authors": [
{
"name": "MRKB",
"discord": "mrkb",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "archmage",
"type": "system",
"compatibility": {
"minimum": "1.26.1",
"verified": "1.31.0"
}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [
"babele-register.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "ko",
"name": "한국어(Korean)",
"path": "ko.json",
"flags": {}
}
],
"url": "https://github.com/MaronKB/13thagekr",
"manifest": "https://raw.githubusercontent.com/MaronKB/13thagekr/master/module.json",
"download": "https://github.com/MaronKB/13thagekr/archive/master.zip",
"id": "13thagekr"
}