forked from League-of-Foundry-Developers/fvtt-module-lmrtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
65 lines (65 loc) · 1.75 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
56
57
58
59
60
61
62
63
64
65
{
"id": "ceus",
"name": "Ceus",
"title": "Ceus - Ask For Rolls",
"description": "Want your players to roll in a specific way? Ceus asks players for specific rolls, preventing them from spending time looking for rolls.",
"version": "0.87",
"author": "KaKaRoTo, iotech, Limping Ninja, Rughalt, Calego, VTT Lair, Imper1um",
"authors": [
{
"name": "Imper1um",
"url": "https://github.com/Imper1um"
}
],
"esmodules": [
"./src/ceus_Startup.js"
],
"scripts": [],
"styles": [
"/css/ceus.css",
"/css/pf1.css"
],
"minimumCoreVersion": "11",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"systems": [
"pf1",
"sf1e"
],
"relationships": {
"systems": [
{
"id": "pf1",
"type": "system",
"manifest": "https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1/-/releases/v0.82.1/downloads/system.json",
"compatibility": {
"verified": "0.82.1"
}
},
{
"id": "sfrpg",
"type": "system",
"manifest": "https://github.com/foundryvtt-starfinder/foundryvtt-starfinder/blob/v0.24.2/src/system.json",
"compatibility": {
"verified": "0.24.2"
}
}
]
},
"socket": true,
"url": "https://github.com/Imper1um/foundry-ceus/",
"manifest": "https://github.com/Imper1um/foundry-ceus/releases/latest/download/module.json",
"download": "https://github.com/Imper1um/foundry-ceus/releases/download/0.87/module.zip",
"changelog": "https://github.com/Imper1um/foundry-ceus/releases",
"bugs": "https://github.com/Imper1um/foundry-ceus/issues"
}