-
Notifications
You must be signed in to change notification settings - Fork 10
/
module.json
51 lines (51 loc) · 1.29 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
{
"title": "Ernie's Modern UI",
"description": "A visual update for Foundry VTT UI.",
"version": "0.5.8",
"authors": [
{
"name": "Ernie",
"email": "teafortwo.ea@gmail.com",
"url": "https://github.com/ernieayala",
"flags": {}
}
],
"styles": [
"css/emu.css"
],
"esmodules": [
"js/emu.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json",
"flags": {}
}
],
"url": "https://github.com/ernieayala/ernies-modern-layout",
"manifest": "https://github.com/ernieayala/ernies-modern-layout/releases/download/0.5.7/module.json",
"download": "https://github.com/ernieayala/ernies-modern-layout/releases/download/0.5.7/ernies-modern-layout.zip",
"license": "MIT",
"readme": "https://github.com/ernieayala/ernies-modern-layout",
"bugs": "https://github.com/ernieayala/ernies-modern-layout/issues",
"changelog": "https://github.com/ernieayala/ernies-modern-layout/releases",
"id": "ernies-modern-layout",
"compatibility": {
"minimum": "10.286",
"verified": "10.291"
}
}