forked from RainingDragon/fvtt-ready-set-roll-sw5e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
55 lines (55 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
55
{
"id": "ready-set-roll-sw5e",
"title": "Ready Set Roll for sw5e",
"description": "This module overhauls rolls for the sw5e system in the style of BetterRolls5e.",
"version": "1.0.0",
"compatibility": {
"minimum": "10.274",
"verified": "10.290",
"maximum": "10"
},
"authors": [
{
"name": "Mangó",
"discord": "Mangó#8639"
}
],
"system": [ "sw5e" ],
"esmodules": [
"./lib/libWrapper/shim.js",
"./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": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.0.0.0",
"verified": "1.12.10.0"
}
}
]
},
"url": "https://github.com/RainingDragon/fvtt-ready-set-roll-sw5e",
"manifest": "https://raw.githubusercontent.com/RainingDragon/fvtt-ready-set-roll-sw5e/working-sw5e/module.json",
"download": "https://github.com/RainingDragon/fvtt-ready-set-roll-sw5e/releases/download/1.0.1/ready-set-roll-sw5e-1.0.1.zip",
"bugs": "https://github.com/RainingDragon/fvtt-ready-set-roll-sw5e/issues",
"readme": "https://github.com/RainingDragon/fvtt-ready-set-roll-sw5e/blob/working-sw5e/README.md"
}