-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
50 lines (50 loc) · 1.35 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
{
"title": "Monk's Chat Timer",
"description": "Create a chat card to display a count down timer, allows you to either count up, or count down. Display a message to the chat card, and send a followup message when the timer finishes.",
"version": "12.01",
"authors": [
{
"name": "IronMonk",
"discord": "ironmonk88#4075",
"flags": {
"github": "ironmonk88",
"patreon": "ironmonk",
"ko-fi": "ironmonk88"
}
}
],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"monks-chat-timer.js",
"settings.js"
],
"styles": [
"css/monks-chat-timer.css"
],
"url": "https://github.com/ironmonk88/monks-chat-timer",
"download": "https://github.com/ironmonk88/monks-chat-timer/archive/12.01.zip",
"manifest": "https://github.com/ironmonk88/monks-chat-timer/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/monks-chat-timer/issues",
"id": "monks-chat-timer",
"compatibility": {
"minimum": "10",
"verified": "12"
},
"relationships": {
"requires": [
{
"id": "_chatcommands",
"type": "module",
"manifest": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/latest/download/module.json",
"compatibility": {}
}
]
}
}