-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
69 lines (69 loc) · 1.61 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
{
"id": "macro-helper-library",
"title": "Macro & Helper Library",
"compatibility": {
"minimum": "11",
"verified": "11.315"
},
"esmodules": ["mhl.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": {}
}
],
"license": "LICENSE",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"version": "0.5.0",
"manifest": "updatedByRelease",
"url": "updatedByRelease",
"download": "updatedByRelease",
"readme": "https://github.com/esheyw/macro-helper-library/blob/main/README.md",
"bugs": "https://github.com/esheyw/macro-helper-library/issues",
"changelog": "https://github.com/esheyw/macro-helper-library/blob/main/CHANGELOG.md",
"relationships": {
"requires": [
{
"id": "additional-icon-fonts",
"type": "module",
"manifest": "https://github.com/esheyw/additional-icon-fonts/releases/latest/download/module.json"
}
]
},
"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"]
}
],
"library": true
}