forked from dev7355608/vision-5e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
68 lines (68 loc) · 1.56 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
{
"id": "vision-5e",
"title": "Vision 5e",
"description": "Vision Automation for D&D 5e",
"authors": [
{
"name": "dev7355608",
"email": "[email protected]"
}
],
"version": "2.0.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules": [
"scripts/main.mjs"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Portuguese (Brazil)",
"path": "lang/pt-BR.json"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.2.0",
"verified": "3.2.0"
}
}
]
},
"url": "https://github.com/dev7355608/vision-5e",
"manifest": "https://github.com/dev7355608/vision-5e/releases/latest/download/module.json",
"download": "https://github.com/dev7355608/vision-5e/releases/download/v2.0.0/module.zip",
"changelog": "https://github.com/dev7355608/vision-5e/releases/tag/v2.0.0",
"bugs": "https://github.com/dev7355608/vision-5e/issues",
"readme": "https://raw.githubusercontent.com/dev7355608/vision-5e/main/README.md",
"license": "https://raw.githubusercontent.com/dev7355608/vision-5e/main/LICENSE"
}