forked from Doctor-Unspeakable/foundry-pathbuilder2e-import
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmodule.json
More file actions
52 lines (52 loc) · 1.62 KB
/
module.json
File metadata and controls
52 lines (52 loc) · 1.62 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"id": "pathbuilder2e-import",
"title": "Pathbuilder 2e Import",
"description": "This module allows players and GMs to import player characters built in Pathbuilder 2e.",
"author": "slate",
"version": "0.10.2",
"compatibility": {
"minimum": 10,
"verified": "10.291",
"maximum": 10
},
"authors": [
{
"name": "Zach Armstrong (SLATE)",
"url": "https://github.com/zarmstrong",
"discord": "SLATE#0001",
"patreon": "slatesfoundrystuff",
"ko-fi": "SLATE"
},
{
"name": "anthonyhuber57",
"url": "https://github.com/anthonyhuber57"
}
],
"compatibleCoreVersion": "10",
"esmodules": ["pathbuilder-import-min.js"],
"relationship": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.1.2",
"verified": "4.1.2"
}
}
]
},
"styles": [],
"packs": [],
"license": "MIT",
"url": "https://github.com/zarmstrong/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/zarmstrong/foundry-pathbuilder2e-import/master/module.json",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.10.2/foundry-pathbuilder2e-import-0.10.2.zip",
"changelog": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
}
}