This repository was archived by the owner on Apr 15, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodule.json
More file actions
32 lines (32 loc) · 1.16 KB
/
module.json
File metadata and controls
32 lines (32 loc) · 1.16 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
{
"name": "pf2e-toolbox",
"title": "PF2e Toolbox",
"description": "A collection of utilities I made mostly for myself, but may be useful to others to run games in PF2E.",
"version": "1.7.19",
"author": "Andrew Cuccinello [DJ#1982]",
"packs": [
{
"label": "PF2e Toolbox: Macros",
"entity": "Macro",
"name": "pf2e-toolbox-macros",
"path": "packs/pf2e-toolbox-macros.db",
"system": "pf2e",
"package": "pf2e-toolbox"
}
],
"esmodules": ["./bundle.js"],
"styles": ["./bundle.css"],
"socket": true,
"systems": ["pf2e"],
"compatibleCoreVersion": "9",
"minimumCoreVersion": "9",
"manifest": "https://raw.githubusercontent.com/Djphoenix719/FVTT-PF2EToolbox/master/module.json",
"download": "https://github.com/Djphoenix719/FVTT-PF2EToolbox/releases/download/v1.7.19/pf2e-toolbox-v1.7.19.zip",
"url": "https://github.com/Djphoenix719/FVTT-PF2EToolbox",
"dependencies": [
{
"name": "pf2e-lootgen",
"manifest": "https://raw.githubusercontent.com/Djphoenix719/FVTT-PF2ELootGen/main/module.json"
}
]
}