-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
48 lines (48 loc) · 1.18 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
{
"id": "pf2-shields-token-bar",
"title": "PF2 Shields Token Bar",
"description": "A module for Foundry Virtual Tabletop that makes the shield HP in Pathfinder Second Edition a properly editable token resource.",
"authors": [
{
"name": "Johannes Loher",
"email": "[email protected]",
"discord": "ghost#2000",
"ko-fi": "ghostfvtt"
}
],
"url": "this is auto replaced",
"license": "this is auto replaced",
"readme": "this is auto replaced",
"bugs": "this is auto replaced",
"version": "This is auto replaced",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"esmodules": ["modules/pf2-shields-token-bar.mjs"],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "4.2.5",
"verified": "4.2.5"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.12.7.0",
"verified": "1.12.7.0"
}
}
]
},
"manifest": "this is auto replaced",
"download": "this is auto replaced",
"manifestPlusVersion": "1.2.0"
}