generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
122 lines (122 loc) · 3.94 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"id": "module-credits",
"title": "Module Management+",
"description": "Is packed with features and design improvements designed to make managing large module list easy. MM+ provides more detailed information about modules at a glance and allows you to read packages changelogs/readmes directly in foundry meant to help you find answers quickly. Some of the notable features of Module Management+ is the Addition of new tags such as readme, changelog, issues and authors. A cleaner easier list view of the modules with stripped rows and more spacing to make the viewing experiance easier on the eyes. The ability to see conflicts and known issues with your installed modules.",
"version": "2.2.0",
"compatibility": {
"minimum": 10,
"verified": 11
},
"authors": [
{
"name": "Mouse0270",
"url": "https://github.com/mouse0270/module-credits",
"email": "[email protected]",
"discord": "Mouse0270#0270",
"flags": {
"twitter": "Mouse0270",
"patreon": "Mouse0270",
"github": "Mouse0270",
"ko-fi": "Mouse0270",
"reddit": "u/Mouse0270"
}
}
],
"library": false,
"socket": true,
"relationships": {
"systems": [],
"requires": [],
"recommends": [
{
"id": "lib-wrapper",
"type": "module",
"reason": "Provides a compatibility layer for checking if other Modules are overriding similar functionality.",
"compatibility": {}
}, {
"id": "socketlib",
"type": "module",
"reason": "Provides the ability for non-GM users to view Readme, Changelogs and Attribution files. If this module is uninstalled or disabled, only GM will be able to use this functionality.",
"compatibility": {}
}
],
"optional": [
{
"id": "lib-themer",
"type": "module",
"manifest": "https://github.com/mouse0270/lib-themer/releases/latest/download/module.json",
"reason": "Provides the ability to apply optional styles for a more modern and clean look.",
"compatibility": {}
}
],
"conflicts": [
{
"id": "tidy-ui_game-settings",
"type": "module",
"manifest": "https://raw.githubusercontent.com/sdenec/tidy-ui_game-settings/master/module.json",
"reason": "Tidy UI and MM+ perform many of the same functions. MM+ will not be fixing compatibility issues between the two modules.",
"compatibility": {}
}, {
"id": "lib-changelogs",
"type": "module",
"manifest": "https://github.com/theripper93/libChangelogs/blob/master/module.json",
"reason": "Changelog & Conflicts is deprecated and the author recommends you use Module Management+ instead.",
"compatibility": {
"minimum": "0.7.7"
}
}
],
"flags": {
"optional": [
{
"id": "lib-themer",
"type": "module",
"manifest": "https://github.com/mouse0270/lib-themer/releases/latest/download/module.json",
"reason": "Provides the ability to apply optional styles for a more modern and clean look.",
"compatibility": {}
}
]
}
},
"esmodules": [
"/scripts/init.mjs"
],
"scripts": [],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/pt_BR.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://github.com/mouse0270/module-credits/blob/master/README.md",
"changelog": "https://github.com/mouse0270/module-credits/blob/master/CHANGELOG.md",
"license": "https://github.com/mouse0270/module-credits/blob/master/LICENSE",
"bugs": "https://github.com/mouse0270/module-credits/issues",
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/mouse0270/module-credits/master/assets/mm%2B.png"
}
],
"flags": {
"allowBugReporter": true,
"attributions": "https://github.com/mouse0270/module-credits/blob/master/ATTRIBUTIONS.md"
}
}