forked from arcanistzed/pdf-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
52 lines (52 loc) · 1.34 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
{
"name": "pdf-sheet",
"title": "Export Sheet to PDF",
"description": " ",
"version": "This is auto replaced",
"manifestPlusVersion": "1.2.0",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "9.224",
"author": "arcanist",
"authors": [
{
"name": "arcanist",
"url": "https://arcanistzed.github.io/",
"email": "[email protected]",
"discord": "arcanist#4317",
"reddit": "u/arcanistzed"
}
],
"scripts": [
"scripts/module.js",
"node_modules/pdfform.js/minipdf.js",
"node_modules/pdfform.js/pdfform.js",
"node_modules/pako/dist/pako.min.js",
"node_modules/file-saver/dist/FileSaver.min.js"
],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"keywords": [
"export",
"PDF",
"sheet",
"actor",
"mapping"
],
"dependencies": [],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://github.com/arcanistzed/pdf-sheet/blob/main/README.md",
"changelog": "https://github.com/arcanistzed/pdf-sheet/blob/main/CHANGELOG.md",
"license": "https://github.com/arcanistzed/pdf-sheet/blob/main/LICENSE",
"bugs": "https://github.com/arcanistzed/pdf-sheet/issues/new/choose",
"media": []
}