This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
forked from zarmstrong/pfs-consumables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
60 lines (60 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pfsconsumables",
"title": "PFS Consumables Compendia",
"description": "This module contains easily drag & drop PFS consumable journal entries.",
"author": "slate",
"authors": [
{
"name": "Zach Armstrong (SLATE)",
"url": "https://github.com/zarmstrong",
"discord": "SLATE#0001",
"patreon": "slatesfoundrystuff",
"ko-fi": "SLATE"
}
],
"version": "1.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"
}
}
]
},
"packs": [
{
"label": "PFS Consumables Compendia",
"type": "JournalEntry",
"name": "journals",
"path": "packs/pfs-consumables.db",
"system": "pf2e",
"package": "pfsconsumables",
"ownership": {
"PLAYER": "OBSERVER",
"TRUSTED": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"styles": [],
"url": "https://github.com/zarmstrong/pfs-consumables",
"manifest": "https://raw.githubusercontent.com/zarmstrong/pfs-consumables/main/module.json",
"download": "https://github.com/zarmstrong/pfs-consumables/releases/download/PFSConsumables-1.11.0/PFSConsumables-1.11.0.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/pfs-consumables",
"bugs": "https://github.com/zarmstrong/pfs-consumables/issues",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
"changelog": "https://github.com/zarmstrong/pfs-consumables/blob/main/CHANGELOG.md"
}