-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
41 lines (41 loc) · 1.11 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
{
"id": "jay-hacks",
"title": "Jay Hacks",
"description": "Foundry VTT module that contains Jason's favorite hacks.",
"version": "1.0.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "4.0",
"verified": "4.0"
}
}
]
},
"esmodules": [
"scripts/main.mjs"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"url": "https://github.com/jstapels/jay-hacks",
"bugs": "https://github.com/jstapels/jay-hacks/issues",
"changelog": "https://github.com/jstapels/foundry-vtt/releases",
"license": "https://github.com/jstapels/jay-hacks/raw/main/LICENSE",
"readme": "https://github.com/jstapels/jay-hacks/main/README.md",
"manifest": "https://github.com/jstapels/jay-hacks/releases/latest/download/module.json",
"download": "https://github.com/jstapels/jay-hacks/releases/download/1.0.0/jay-hacks.zip",
"authors": [{"name": "Jason Stapels"}]
}