-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmodule.json
executable file
·39 lines (39 loc) · 1.02 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
{
"id": "dndbeyond-character-sheet",
"title": "DNDBeyond Character Sheet for 5E",
"description": "This module adds an additional character sheet inspired by DNDBeyond and the Obsidian character sheet.",
"authors": [
{
"name": "Jan Ole Peek (ChalkOne)",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11.315",
"maximum": "11"
},
"url": "https://github.com/jopeek/fvtt-dndbeyond-character-sheet",
"version": "11.300.1",
"esmodules": [
"/dndbeyond-character-sheet.js"
],
"styles": [
"/css/dndbeyond-character-sheet.css"
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.2.2",
"verified": "2.4.0",
"maximum": "2.9.9"
}
}
]
},
"manifest": "https://raw.githubusercontent.com/jopeek/fvtt-dndbeyond-character-sheet/master/module.json",
"download": "https://github.com/jopeek/fvtt-dndbeyond-character-sheet/archive/master.zip"
}