generated from farling42/FoundryVTT-Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
84 lines (84 loc) · 2.05 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"id": "pdf-pager",
"title": "PDF Pager",
"description": "Allows automatically loading of PDFs, and addition of specific page numbers in document links.",
"version": "0.49.0",
"library": "false",
"compatibility": {
"minimum": "10.291",
"verified": "12.331",
"maximum": "12.999"
},
"authors": [
{
"name": "Farling",
"url": "https://github.com/farling42",
"email": "[email protected]",
"discord": "farling",
"ko-fi": "farling",
"patreon": "amusingtime",
"twitter": "@shambles42"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json"
}
],
"recommends": [
{
"id": "color-picker",
"type": "module",
"manifest": "https://github.com/Larkinabout/fvtt-color-picker/releases/latest/download/module.json"
}
]
},
"esmodules": [
"scripts/pdf-actorsheet.mjs",
"scripts/pdf-databrowser.mjs",
"scripts/pdf-editable.mjs",
"scripts/pdf-config.mjs",
"scripts/pdf-itemsheet.mjs",
"scripts/pdf-linker.mjs",
"scripts/pdf-menu.mjs",
"scripts/pdf-pager.mjs",
"scripts/pdf-migrate.mjs",
"scripts/pdf-scenenotes.mjs"
],
"styles": [
"style/style.css"
],
"packs": [
{
"name": "macros",
"label": "PDF Pager Macros",
"path": "./packs/macros.db",
"type": "Macro"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "languages/fr.json"
},
{
"lang": "de",
"name": "German",
"path": "languages/de.json"
}
],
"url": "https://github.com/farling42/fvtt-pdf-pager",
"manifest": "https://github.com/farling42/fvtt-pdf-pager/releases/latest/download/module.json",
"download": "https://github.com/farling42/fvtt-pdf-pager/releases/latest/download/module.zip",
"license": "LICENSE",
"readme": "README.md"
}