-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
47 lines (47 loc) · 1.24 KB
/
module.json
File metadata and controls
47 lines (47 loc) · 1.24 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
40
41
42
43
44
45
46
47
{
"id": "toolbox",
"title": "🛠️ Toolbox (Library)",
"description": "Library that adds common utilities.",
"version": "1.1.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-Toolbox",
"bugs": "https://github.com/RPG-Made-Simple/FVTT-Toolbox/issues",
"manifest": "https://github.com/RPG-Made-Simple/FVTT-Toolbox/releases/latest/download/module.json",
"download": "https://github.com/RPG-Made-Simple/FVTT-Toolbox/releases/latest/download/module.zip",
"readme": "https://github.com/RPG-Made-Simple/FVTT-Toolbox/blob/main/README.md",
"changelog": "https://github.com/RPG-Made-Simple/FVTT-Toolbox/blob/main/CHANGELOG.md",
"relationships": {
"requires": [
{
"id": "debugger",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [
"./module/scripts/module.js"
]
}