generated from kid2407/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule.json
44 lines (44 loc) · 1.03 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
{
"name": "compendium2module",
"title": "Compendium2Module",
"description": "A module allowing you to download a compendium as a module.",
"version": "1.2.0",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 10
},
"authors": [
{
"name": "Tobias Franz",
"url": "https://github.com/kid2407",
"email": "[email protected]"
}
],
"scripts": [
"scripts/lib/jszip.min.js"
],
"esmodules": [
"/scripts/main.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
}
],
"styles": [
"/styles/compendium2module.css"
],
"url": "https://github.com/kid2407/Compendium2Module",
"manifest": "https://github.com/kid2407/Compendium2Module/releases/latest/download/module.json",
"download": "https://github.com/kid2407/Compendium2Module/releases/latest/download/module.zip"
}