-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
48 lines (48 loc) · 1.6 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
{
"name": "herovaultfoundry",
"title": "HeroVau.lt Foundry Integration",
"description": "This module integrates with the herovau.lt website to easily import and export your PCs between servers. Perfect for Adventure League, Pathfinder Society, Starfinder Society and other organized play systems.",
"author": "slate",
"authors": [
{
"name": "Zach Armstrong (SLATE)",
"url": "https://github.com/zarmstrong",
"discord": "SLATE#0001",
"patreon": "slatesfoundrystuff",
"ko-fi": "SLATE"
}
],
"version": "0.11.0",
"compatibility": {
"minimum": "11",
"verified": "11" },
"relationship": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "5.2.0",
"verified": "5.3.2"
}
}
]
},
"esmodules": [
"herovault-min.js"
],
"styles": [],
"packs": [],
"url": "https://github.com/zarmstrong/herovau.lt-foundry",
"manifest": "https://raw.githubusercontent.com/zarmstrong/herovau.lt-foundry/main/module.json",
"download": "https://github.com/zarmstrong/herovau.lt-foundry/releases/download/herovau.lt-foundry-0.11.0/herovau.lt-foundry-0.11.0.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/herovau.lt-foundry",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
"changelog": "https://github.com/zarmstrong/herovau.lt-foundry/blob/main/CHANGELOG.md"
}