-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
68 lines (68 loc) · 1.96 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
{
"id" : "realm-works-import",
"title": "Realm Works® Importer",
"description": "Imports files from Realm Works® campaign management tool",
"version": "2.7",
"compatibility": {
"minimum" : "12",
"verified": "12.331"
},
"esmodules": [
"scripts/libwrapper-shim.js",
"scripts/import-realmworks.js",
"scripts/editor-styles.js",
"scripts/actor-pf1.js",
"scripts/actor-dnd5e.js",
"scripts/actor-swade.js",
"scripts/actor-coc7.js",
"scripts/DirectoryPicker.js"
],
"scripts": [
"scripts/UZIP.js",
"scripts/jimp.js"
],
"styles": [
"styles/style.css"
],
"url": "https://github.com/farling42/fvtt-import-realmworks",
"manifest": "https://github.com/farling42/fvtt-import-realmworks/releases/latest/download/module.json",
"download": "https://github.com/farling42/fvtt-import-realmworks/releases/download/1.15/module.zip",
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json"
},
{
"id": "revealed-notes-manager",
"manifest": "https://github.com/farling42/fvtt-revealed-notes-manager/releases/latest/download/module.json"
},
{
"id": "gmtext-in-notes",
"manifest": "https://github.com/farling42/fvtt-gmtext-in-notes/releases/latest/download/module.json"
},
{
"id": "disguise-unreachable-links",
"manifest": "https://github.com/farling42/fvtt-disguise-unreachable-links/releases/latest/download/module.json"
}
]
},
"authors": [
{
"name": "Farling",
"url": "https://github.com/farling42",
"email": "[email protected]",
"discord": "farling",
"ko-fi": "farling",
"patreon": "amusingtime",
"twitter": "@shambles42"
}
],
"media": [
{
"type": "screenshot",
"url": "https://github.com/farling42/fvtt-import-realmworks/blob/2d90b348185588b0bbfa09ce51af9621f56c2261/screen-capture.png?raw=true",
"caption": "Two imported topics shown as Journal Entries"
}
]
}