-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
47 lines (47 loc) · 1.41 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
{
"name": "dmc-pathfinder-macros",
"title": "DrMcCoy's Pathfinder Macros",
"description": "A collection of useful macros for Pathfinder 1e",
"author": "Sven \"DrMcCoy\" Hesse",
"authors": [
{
"name": "Sven \"DrMcCoy\" Hesse",
"email": "drmccoy@drmccoy.de",
"url": "https://drmccoy.de/"
}
],
"version": "0.6.0",
"minimumCoreVersion": 10,
"compatibility": {
"minimum": 10,
"verified": "10.303"
},
"relationships": {
"systems": [{
"id": "pf1",
"type": "system",
"manifest": "https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1/-/releases/permalink/latest/downloads/system.json",
"compatibility": {
"minimum": "9.4",
"verified": "9.4"
}
}]
},
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/DrMcCoy/dmc-pathfinder-macros",
"manifest": "https://github.com/DrMcCoy/dmc-pathfinder-macros/releases/latest/download/module.json",
"download": "https://github.com/DrMcCoy/dmc-pathfinder-macros/releases/latest/download/module.zip",
"license": "./LICENSE",
"readme": "./README.md",
"bugs": "https://github.com/DrMcCoy/dmc-pathfinder-macros/issues",
"changelog": "https://github.com/DrMcCoy/dmc-pathfinder-macros/raw/main/ChangeLog",
"packs": [
{
"name": "macros",
"label": "DMC Macros",
"path": "packs/dmc-macros.db",
"private": false,
"type": "Macro"
}
]
}