forked from xdy/xdy-pf2e-workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
68 lines (68 loc) · 2.26 KB
/
module.json
File metadata and controls
68 lines (68 loc) · 2.26 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "xdy-pf2e-workbench",
"title": "PF2e Workbench",
"description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"url": "https://github.com/xdy/xdy-pf2e-workbench/",
"manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/xdy/xdy-pf2e-workbench/main/README.md",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/xdy-pf2e-workbench.zip",
"changelog": "https://raw.githubusercontent.com/xdy/xdy-pf2e-workbench/main/CHANGELOG.md",
"bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues",
"license": "./LICENSE",
"version": "2.21.1",
"author": "Jonas Karlsson (xdy)",
"authors": [
{
"name": "Jonas Karlsson",
"url": "https://gnu.xdy.se/home",
"discord": "xdy#3735",
"twitter": "@xdy",
"reddit": "u/xdyxdy",
"ko-fi": "xdy1337"
}
],
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"scripts": [],
"esmodules": ["xdy-pf2e-workbench.bundle.js"],
"styles": ["styles/xdy-pf2e-workbench.css"],
"packs": [
{
"name": "asymonous-benefactor-macros",
"label": "asymonous-benefactor-macros",
"system": "pf2e",
"path": "packs/asymonous-benefactor-macros.db",
"module": "xdy-pf2e-workbench",
"entity": "Macro"
}
],
"dependencies": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "sv",
"name": "Svenska",
"path": "lang/sv.json"
}
],
"socket": false,
"system": ["pf2e"],
"library": false,
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/xdy/xdy-pf2e-workbench/master/static/assets/media/pf2e_workshop_cover_compressed.webp",
"caption": "PF2e Workbench"
}
],
"manifestPlusVersion": "1.2.0"
}