-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
70 lines (70 loc) · 1.6 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
66
67
68
69
70
{
"id": "lotr5e",
"title": "Lord of the Rings Roleplaying",
"description": "Lord of the Rings Roleplaying for the DND5E System.",
"version": "0.6.0",
"authors": [
{
"name": "Winther",
"flags": {}
}
],
"url": "https://github.com/ZWinther/lotr5e-module",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "4.1.0"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.13.2.0"
}
}
]
},
"esmodules": [
"lotr5e.js"
],
"styles": [
"styles/lotr5e.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "français",
"path": "lang/fr.json",
"flags": {}
}
],
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/ZWinther/lotr5e-module/master/lotr5e-cover.jpg",
"caption": "<The Lord of the Rings Roleplaying 5E>",
"loop": false,
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/ZWinther/lotr5e-module/master/module.json",
"download": "https://github.com/ZWinther/lotr5e-module/archive/refs/tags/v0.6.0.zip"
}