-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
34 lines (34 loc) · 1.31 KB
/
module.json
File metadata and controls
34 lines (34 loc) · 1.31 KB
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
{
"name": "compact-roll-card-5e",
"title": "Compact Roll Card DnD5e",
"description": "A module that makes it easy to disable or delete temporary effects.",
"version": "1.0.1",
"author": "Andrew Krigline",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"ko-fi": "elffriend",
"patreon": "ElfFriend_DnD"
}
],
"scripts": [
"./scripts/compact-roll-card-5e.js"
],
"styles": [
"./styles/compact-roll-card-5e.css"
],
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"url": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e",
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e/releases",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e/releases/latest/download/module.json",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e/releases/latest/download/module.zip",
"license": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e/raw/main/LICENSE",
"readme": "https://github.com/ElfFriend-DnD/foundryvtt-compact-roll-card-5e/raw/main/README.md",
"flags": {
"allowBugReporter": true
}
}