forked from Djphoenix719/PDFoundry
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
46 lines (46 loc) · 1.34 KB
/
module.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
{
"name": "pdf-character-sheet",
"title": "PDF Character Sheet",
"description": "PDF Character Sheet its a module to use form fillable PDFs as character sheets for Foundry using PDFoundry as the base version.",
"version": "1.0.5",
"authors": [
{
"name": "Fabricio Cavalcante",
"url": "https://github.com/fcsouza",
"flags": {}
}
],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "locale/en/config.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "locale/es/config.json"
},
{
"lang": "fr",
"name": "French",
"path": "locale/fr/config.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "locale/ja/config.json"
}
],
"esmodules": ["./bundle.js"],
"styles": ["./bundle.css"],
"socket": true,
"compatibility": {
"minimum": "10",
"verified": "10"
},
"manifest": "https://raw.githubusercontent.com/fcsouza/pdf-character-sheet/master/module.json",
"download": "https://github.com/fcsouza/pdf-character-sheet/releases/download/v1.0.5/pdfoundry-v1.0.5.zip",
"url": "https://github.com/fcsouza/pdf-character-sheet"
}