-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
73 lines (73 loc) · 1.63 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"id": "pf2e-macro-helper-library",
"title": "PF2e Macro & Helper Library",
"compatibility": {
"minimum": "11",
"verified": "11.315"
},
"esmodules": ["scripts/init.mjs"],
"styles": ["styles/main.css"],
"authors": [
{
"name": "Emmanuel Wineberg",
"email": "[email protected]",
"url": "https://github.com/esheyw",
"discord": "esheyw"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "5.12"
}
}
]
},
"license": "LICENSE",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["lang", "styles", "templates"]
}
},
"version": "0.2.9",
"manifest": "updatedByRelease",
"url": "updatedByRelease",
"download": "updatedByRelease",
"readme": "https://github.com/esheyw/pf2e-macro-helper-library/blob/main/README.md",
"bugs": "https://github.com/esheyw/pf2e-macro-helper-library/issues",
"changelog": "https://github.com/esheyw/pf2e-macro-helper-library/blob/main/CHANGELOG.md",
"packs": [
{
"name": "helper-library-macros",
"label": "Helper Library Macros",
"path": "packs/helper-library-macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "Macro Helper Library",
"color": "#124b47",
"sorting": "m",
"packs": [
"helper-library-macros"
]
}
]
}