forked from iBoMbY/fvtt-module-lmrtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
49 lines (49 loc) · 1.14 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
{
"title": "Let Me Roll That For You! (PF2e)",
"description": "Ask your players to make rolls for you.",
"authors": [
{
"name": "iBoMbY, KaKaRoTo, iotech, Limping Ninja, Rughalt, Calego",
"flags": {}
}
],
"url": "https://github.com/iBoMbY/fvtt-module-lmrtfy",
"bugs": "https://github.com/iBoMbY/fvtt-module-lmrtfy/issues",
"version": "4.30",
"scripts": [
"src/lmrtfy.js",
"src/requestor.js",
"src/roller.js",
"src/picker.js",
"src/chosen.jquery.min.js"
],
"styles": [
"/css/lmrtfy.css",
"/css/chosen.min.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"socket": true,
"manifest": "https://github.com/iBoMbY/fvtt-module-lmrtfy/releases/latest/download/module.json",
"download": "https://github.com/iBoMbY/fvtt-module-lmrtfy/releases/latest/download/module.zip",
"id": "lmrtfy_pf2e",
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "10.284",
"verified": "10.284"
}
}