-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
37 lines (37 loc) · 1.34 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
{
"name": "per-actor-roll-mode",
"id": "per-actor-roll-mode",
"title": "Per Actor Roll Mode",
"description": "A module for Foundry Virtual Tabletop that allows overriding the selected roll mode on a per-actor basis.",
"authors": [
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de",
"discord": "ghost#2000",
"ko-fi": "ghostfvtt"
}
],
"url": "https://github.com/ghost-fvtt/per-actor-roll-mode",
"license": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.2.0/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.2.0/README.md",
"bugs": "https://github.com/ghost-fvtt/per-actor-roll-mode/issues",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.2.0/CHANGELOG.md",
"version": "1.2.0",
"minimumCoreVersion": "9.238",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "9.238",
"verified": "10"
},
"esmodules": ["per-actor-roll-mode.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/ghost-fvtt/per-actor-roll-mode/releases/latest/download/module.json",
"download": "https://github.com/ghost-fvtt/per-actor-roll-mode/releases/download/v1.2.0/module.zip",
"manifestPlusVersion": "1.2.0"
}