-
Notifications
You must be signed in to change notification settings - Fork 10
/
module.json
37 lines (37 loc) · 1.35 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
{
"id": "find-the-culprit",
"name": "find-the-culprit",
"title": "Find the culprit",
"description": "This module helps you to find a module causing issues, by automating the process of deactivating and reactivating modules.<br>Just click the 'Find the culprit' button inside Module Management.",
"author": "Moerill",
"authors": [
{
"name": "Moerill"
}
],
"url": "https://github.com/Moerill/fvtt-find-the-culprit",
"license": "https://github.com/Moerill/fvtt-find-the-culprit/blob/master/LICENSE",
"readme": "https://github.com/Moerill/fvtt-find-the-culprit#find-the-culprit",
"bugs": "https://github.com/Moerill/fvtt-find-the-culprit/issues",
"changelog": "https://github.com/Moerill/fvtt-find-the-culprit/blob/master/CHANGELOG.md",
"flags": {},
"version": "1.4.6",
"compatibility": {
"minimum": "9",
"verified": "10"
},
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"scripts": [],
"esmodules": ["js/find-the-culprit.js"],
"styles": ["css/find-the-culprit.css"],
"languages": [],
"packs": [],
"system": [],
"relationships": {},
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-find-the-culprit/master/module.json",
"download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v1.4.6/v1.4.6.zip",
"protected": false
}