-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
44 lines (38 loc) · 1.32 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
{
"id": "penllawen-compendium-table-maker",
"title": "Compendium Table Maker (by PenLlawen)",
"description": "A tool to automate the creation of quick reference tables from Compendiums",
"authors": [
{
"name": "PenLlawen",
"discord": "docg#2827",
"url": "https://github.com/richardgaywood"}
],
"library": false,
"socket": false,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"./scripts/init.js"
],
"styles": [
"./styles/summary-journals.css"
],
"compatibility": {
"minimum": 10,
"verified": "11.307"
},
"version": "0.0.1",
"url": "https://github.com/richardgaywood/foundry-penllawen-compendium-table-maker",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"license": "https://github.com/richardgaywood/foundry-penllawen-compendium-table-maker/blob/main/LICENSE.md",
"readme": "https://github.com/richardgaywood/foundry-penllawen-compendium-table-maker#readme",
"bugs": "https://github.com/richardgaywood/foundry-penllawen-compendium-table-maker/issues",
"changelog": "https://github.com/richardgaywood/foundry-penllawen-compendium-table-maker/blob/main/CHANGELOG.md"
}