forked from League-of-Foundry-Developers/fvtt-module-lmrtfy
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
54 lines (54 loc) · 1.24 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
{
"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.35",
"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": {
"minimum": "6.0.4",
"verified": "6.0.4"
}
}
]
},
"minimumCoreVersion": "12",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "12",
"verified": "12"
}
}