generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmodule.json
63 lines (63 loc) · 1.48 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bitd-alternate-sheets",
"title": "Blades in the Dark Alternate Sheets",
"description": "",
"version": "0.0.1",
"library": "false",
"manifestPlusVersion": "1.2.0",
"minimumCoreVersion": "12",
"compatibility": {
"minimum": 12,
"verified": 12
},
"authors": [
{
"name": "Justin Ross",
"url": "https://github.com/justinross",
"discord": "thsjstin#5654"
}
],
"dependencies": [
{
"name": "blades-in-the-dark",
"manifest": "https://raw.githubusercontent.com/Dez384/foundryvtt-blades-in-the-dark/master/system.json",
"type": "system"
}
],
"conflicts": [],
"flags": {
"hotReload": {
"extensions": ["hbs", "css", "html"],
"paths": ["templates", "templates/parts", "langs", "styles", "images"]
}
},
"esmodules": ["/scripts/module.js"],
"scripts": ["scripts/lib/markdown-it.min.js"],
"styles": ["/styles/css/bitd-alt.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "de",
"name": "German",
"path": "languages/de.json"
},
{
"lang": "it",
"name": "Italian",
"path": "languages/it.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}