This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
83 lines (83 loc) · 3.6 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
{
"name": "apsj4mej",
"title": "Arius Planeswalker's Stylish Journal for Monk's Enhanced Journal",
"description": "Need to draw attention to important information in your journals? Panels have you covered, from informative to notes to warnings and bonuses. Like the D&D style text? Fake it till you make it with D&D Text Styles you can apply to Headings and body text. No more boring encounter pages. Liven it up with the Encounter Block, complete with Adversary listing! Add some panache to your Magic Item listings and pull out the important stats and item links to a quickly accessible aside. Have a description to read aloud and need a way to differentiate it on the page? Read Aloud block to the rescue! Stop looking at those boring old pale pages. Add some vibrance and style to your enhanced journal entries today!",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.2.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"author": "Vanish",
"authors": [
{
"name": "Vanish",
"url": "https://dscape-llc.com/",
"email": "chris.vancleve@dscape-llc.com",
"discord": "vanish#4369",
"reddit": "u/AmazingVanish"
}
],
"dependencies": [{ "name": "monks-enhanced-journal" }],
"esmodules": ["scripts/apsj4mej.js"],
"scripts": [],
"styles": ["styles/apsj4mej.css"],
"includes": ["assets", "fonts"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "French (Français)",
"path": "languages/fr.json"
},
{
"lang": "de",
"name": "German (Deutsch)",
"path": "languages/de.json"
},
{
"lang": "es",
"name": "Spanish (Español)",
"path": "languages/es.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/AmazingVanish/apsj4mej/master/media/apsj4mej-ss.webp",
"caption": "Stylish Journal Entry"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/AmazingVanish/apsj4mej/master/media/apsj4mej-cover.webp",
"caption": "Arius Planeswalker's Stylish Journal for Monk's Enhanced Journal"
}
],
"flags": {
"allowBugReporter": true,
"conflicts": [
{
"name": "apsj",
"description": "Shared styles between the two modules. Having both is redundant and may cause issues."
},
{
"name": "mce-config",
"description": "APSJ4MEJ provides the same toolbar changes, and more!"
},
{
"name": "custom-fonts",
"description": "This module provides several custom fonts for use in the journal. It is not recommended to use this module with the Custom Fonts module. You will need to choose which module provides more benefit to you and which one you want to use."
}
]
},
"license": "https://github.com/AmazingVanish/apsj4mej/blob/master/LICENSE",
"readme": "https://github.com/AmazingVanish/apsj4mej/blob/master/README.md",
"bugs": "https://github.com/AmazingVanish/apsj4mej/issues/new/choose",
"changelog": "https://github.com/AmazingVanish/apsj4mej/blob/master/CHANGELOG.md"
}