generated from typhonjs-fvtt-demo/template-svelte-esm
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
85 lines (85 loc) · 1.92 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
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
{
"title": "Foundry Summons",
"id": "foundry-summons",
"description": "A Summoning Module.",
"version": "To Be Replaced",
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"socket": true,
"authors": [
{
"discord": "MrVauxs#8622",
"email": "[email protected]",
"ko-fi": "MrVauxs",
"name": "MrVauxs",
"patreon": "MrVauxs",
"twitter": "@ThatVauxs"
}
],
"flags": {
"hotReload": {
"extensions": [
".json"
]
}
},
"media": [
{
"type": "setup",
"name": "Setup Screen",
"url": "modules/foundry-summons/assets/setup.webp"
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"manifest": "https://github.com/mrvauxs/foundry-summons/releases/latest/download/module.json",
"download": "https://github.com/mrvauxs/foundry-summons/releases/latest/download/module.zip",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "warpgate",
"type": "module",
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.17.2"
}
}
],
"optional": [
{
"id": "sequencer",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json"
}
]
},
"packs": [
{
"name": "macros",
"label": "Foundry Summons Macros",
"path": "packs/macros",
"type": "Macro",
"banner": "modules/foundry-summons/assets/banner.webp",
"ownership": {
"PLAYER": "OWNER"
}
}
],
"readme": "https://github.com/mrvauxs/foundry-summons/blob/master/README.md",
"url": "https://github.com/mrvauxs/foundry-summons",
"bugs": "https://github.com/mrvauxs/foundry-summons/issues",
"changelog": "https://github.com/mrvauxs/foundry-summons/releases/latest/"
}