-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
103 lines (103 loc) · 2.25 KB
/
module.json
File metadata and controls
103 lines (103 loc) · 2.25 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"id": "about-time-next",
"title": "About Time Next (FVTT v13+ Edition)",
"description": "<p>Time and event scheduling management utility for Foundry VTT, updated for v13 compatibility.</p>",
"version": "13.4.1.0",
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "13.999"
},
"authors": [
{
"name": "tposney",
"flags": {}
},
{
"name": "crusherDestroyer666/paulcheeba",
"flags": {}
}
],
"esmodules": [
"about-time.js",
"module/ATToolbar.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json",
"flags": {}
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "it",
"name": "Italian",
"path": "lang/it.json",
"flags": {}
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json",
"flags": {}
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json",
"flags": {}
}
],
"socket": true,
"bugs": "https://github.com/paulcheeba/about-time-next/issues",
"url": "https://github.com/paulcheeba/about-time-next",
"manifest": "https://github.com/paulcheeba/about-time-next/releases/latest/download/module.json",
"download": "https://github.com/paulcheeba/about-time-next/releases/latest/download/about-time-next.zip",
"relationships": {
"requires": [
{
"id": "oev-suite-monitor",
"type": "module",
"manifest": "https://github.com/paulcheeba/OverEngineeredVTT-Suite-Monitor/releases/latest/download/module.json",
"compatibility": {}
}
]
},
"flags": {}
}