forked from Moerill/fvtt-find-the-culprit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
51 lines (51 loc) · 1.45 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
{
"id": "find-the-culprit",
"name": "find-the-culprit",
"title": "Find the Culprit",
"description": "Automates the process of finding modules causing issues, by deactivating and reactivating modules in a binary search. Click the \"Find the Culprit\" button inside Module Management to begin.",
"authors": [
{
"name": "Moerill"
},
{
"name": "Emmanuel Wineberg",
"email": "[email protected]",
"url": "https://github.com/esheyw",
"discord": "esheyw"
}
],
"url": "https://github.com/esheyw/find-the-culprit",
"license": "https://github.com/esheyw/find-the-culprit/blob/main/LICENSE",
"readme": "https://github.com/esheyw/find-the-culprit#find-the-culprit",
"bugs": "https://github.com/esheyw/find-the-culprit/issues",
"changelog": "https://github.com/esheyw/find-the-culprit/blob/main/CHANGELOG.md",
"version": "3.1.0",
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"esmodules": ["scripts/find-the-culprit.mjs"],
"styles": ["styles/find-the-culprit.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
}
],
"relationships": {},
"manifest": "updatedByRelease",
"download": "updatedByRelease",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
}
}