forked from deidril/pf2-pdf-en-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
48 lines (47 loc) · 1.2 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
{
"name": "pf2-pdf-en-import",
"title": "Deidril's Pathfinder 2 PDF Import",
"description": "Allow to import Pathfinder 2nd PDFs from Paizo into foundry'",
"authors": [
{
"name": "Deidril",
"discord": "Deidril#2009",
"url": "https://github.com/deidril",
"email": "fmanisse@gmail.com",
"flags": {}
}
],
"version": "1.12",
"compatibility": {
"minimum": "10.276",
"verified": "10.285",
"maximum": "10"
},
"styles": [
"css/helyx.css", "css/helyx-conversions.css", "css/helyx-sections.css",
"css/pfs3.css", "css/pfs4.css","css/adventures.css"
],
"system": ["pf2e"],
"dependencies": [
],
"scripts": [
],
"esmodules": [
"src/helyx.bundle.js"
],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"issues": "https://github.com/deidril/pf2-pdf-en-import/issues",
"manifest": "https://github.com/deidril/pf2-pdf-en-import/releases/latest/download/module.json",
"download": "https://github.com/deidril/pf2-pdf-en-import/releases/download/1.12/pf2-pdf-en-import-1.12.zip"
}