-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
module.json
54 lines (54 loc) · 1.35 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
{
"id": "ready-set-roll-5e",
"title": "Ready Set Roll for D&D5e",
"description": "This module overhauls rolls for the D&D 5e system with various quality of life improvements.",
"version": "3.4.2",
"compatibility": {
"minimum": "12.324",
"verified": "12.331",
"maximum": "12"
},
"authors": [
{
"name": "MangoFVTT",
"discord": "MangoFVTT"
}
],
"esmodules": [
"./src/ready-set-roll.js",
"./src/module/config.js"
],
"styles": [
"./css/ready-set-roll.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "4.1.1",
"verified": "4.1.1"
}
}
]
},
"url": "https://github.com/MangoFVTT/fvtt-ready-set-roll-5e",
"manifest": "https://raw.githubusercontent.com/MangoFVTT/fvtt-ready-set-roll-5e/master/module.json",
"download": "https://github.com/MangoFVTT/fvtt-ready-set-roll-5e/releases/download/release-3.4.2/rsr5e-release-3.4.2.zip",
"bugs": "https://github.com/MangoFVTT/fvtt-ready-set-roll-5e/issues",
"readme": "https://github.com/MangoFVTT/fvtt-ready-set-roll-5e/blob/master/README.md"
}