-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
39 lines (39 loc) · 1.12 KB
/
module.json
File metadata and controls
39 lines (39 loc) · 1.12 KB
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
{
"id": "debugger",
"title": "🕷️ Debugger (Library)",
"description": "Library that adds debugger helpers",
"version": "1.0.0",
"library": true,
"authors": [
{
"name": "ZotyDev",
"email": "official@zoty.dev",
"url": "https://zoty.dev",
"discord": "zotydev",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./module/lang/en.json",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"license": "./LICENSE",
"url": "https://github.com/RPG-Made-Simple/FVTT-Debugger",
"bugs": "https://github.com/RPG-Made-Simple/FVTT-Debugger/issues",
"manifest": "https://github.com/RPG-Made-Simple/FVTT-Debugger/releases/latest/download/module.json",
"download": "https://github.com/RPG-Made-Simple/FVTT-Debugger/releases/latest/download/module.zip",
"readme": "https://github.com/RPG-Made-Simple/FVTT-Debugger/blob/main/README.md",
"changelog": "https://github.com/RPG-Made-Simple/FVTT-Debugger/blob/main/CHANGELOG.md",
"relationships": {},
"esmodules": [
"./module/scripts/module.js"
]
}