generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
46 lines (46 loc) · 1.19 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
{
"name": "afk",
"title": "💤 Away From Keyboard",
"description": "Shows an AFK indicator when /afk is invoked",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"authors": [
{
"name": "Cody Swendrowski",
"url": "https://swendrowski.us",
"email": "[email protected]",
"discord": "cswendrowski#9701",
"patreon": "ironmoose"
}
],
"socket": true,
"dependencies": [
{
"name": "_chatcommands",
"type": "module",
"manifest": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/download/1.2.0/module.json"
}
],
"esmodules": [
"/scripts/afk.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/cswendrowski/FoundryVTT-AFK/",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/cswendrowski/FoundryVTT-AFK/master/awayfromkeyboard_cover.png?token=ADXKKINU3RAYLCC3MWQNE4TABIX6K"
}
]
}