generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
43 lines (43 loc) · 1.46 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
{
"id": "the-kinemancer",
"title": "The Kinemancer",
"description": "<p>Bring life to your VTT Games with animated assets for tiles, overlays, tokens and more!</p><p style=\"margin-bottom:0.5rem;\"><a target=\"_blank\" href=\"https://www.thekinemancer.com/\">Animated Asset Packs</a> - <a target=\"_blank\" href=\"https://www.thekinemancer.com/faq/\">FAQ</a> - <a target=\"_blank\" href=\"https://discord.gg/zhaYaj5ejg\">Discord</a></p>",
"version": "1.0.0",
"library": false,
"compatibility": {
"minimum": 10,
"verified": 12,
"maximum": 12
},
"authors": [
{
"name": "The Kinemancer",
"url": "https://www.thekinemancer.com/"
},
{
"name": "Fantasy Computerworks",
"url": "https://github.com/fantasycalendar"
}
],
"esmodules": [
"module.js"
],
"styles": [
"style.css"
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"socket": true,
"languages": [],
"url": "https://github.com/fantasycalendar/FoundryVTT-TheKinemancer",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-TheKinemancer/releases/latest/download/manifest.json",
"download": "https://github.com/fantasycalendar/FoundryVTT-TheKinemancer/releases/latest/download/module.zip",
"readme": "https://github.com/fantasycalendar/FoundryVTT-TheKinemancer/blob/master/README.md",
"bugs": "https://github.com/fantasycalendar/FoundryVTT-TheKinemancer/issues"
}