-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
114 lines (114 loc) · 2.45 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"id": "arbron-summoner",
"title": "Arbron’s Summoning",
"description": "Easy to use interface for configuring and summoning actors within DnD5e.",
"authors": [
{
"name": "Jeff ‘Arbron’ Hitchcock",
"url": "https://moviemaps.org",
"email": "[email protected]",
"discord": "arbron#6515",
"twitter": "@arbron",
"ko-fi": "arbron"
}
],
"url": "https://github.com/arbron/fvtt-summoner",
"manifest": "",
"download": "",
"readme": "https://raw.githubusercontent.com/arbron/fvtt-summoner/main/readme.md",
"changelog": "https://raw.githubusercontent.com/arbron/fvtt-summoner/main/changelog.md",
"bugs": "https://github.com/arbron/fvtt-summoner/issues",
"version": "1.1.7",
"compatibility": {
"minimum": "10.274",
"verified": "11",
"maximum": "11"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "2.0.0",
"verified": "3.0",
"maximum": "3.0.4"
}
}
],
"requires": [
{
"id": "warpgate",
"type": "module",
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.14.!0"
}
}
]
},
"esmodules": [
"./summoner.mjs"
],
"styles": [
"./summoner.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ro",
"name": "Română",
"path": "lang/ro.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "fi",
"name": "Suomi",
"path": "lang/fi.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Portugueses (Brazil)",
"path": "lang/pt-BR.json"
}
],
"packs": [
{
"name": "instructions",
"label": "Arbron’s Summoner",
"system": "dnd5e",
"path": "./packs/instructions.db",
"type": "JournalEntry"
}
],
"includes": [
"changelog.md",
"images/",
"LICENSE",
"readme.md"
],
"flags": {
"allowBugReporter": true,
"fvttdevleague": {
"package-jam": 2022
}
}
}