-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodule.json
73 lines (73 loc) · 1.65 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
71
72
73
{
"title": "5e-Sheet Resources Plus",
"description": "A module that allows you to add more resources to character sheets",
"url": "https://github.com/ardittristan/5eSheet-resourcesPlus/tree/master",
"version": "1.10.1",
"esmodules": [
"addresources.js"
],
"styles": [
"css/resources-plus.css",
"compat/tidy5eSheetCompat.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português do Brasil",
"path": "lang/pt-BR.json",
"flags": {}
},
{
"lang": "es-ES",
"name": "Castellano",
"path": "lang/es-ES.json",
"flags": {}
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/ardittristan/5eSheet-resourcesPlus/master/module.json",
"download": "https://github.com/ardittristan/5eSheet-resourcesPlus/releases/latest/download/resources-plus.zip",
"id": "resourcesplus",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
}
],
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.2.1"
}
},
{
"id": "sw5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/sw5e-foundry/sw5e/master/static/system.json",
"compatibility": {
"minimum": "2.2.2.2.5.0"
}
}
]
},
"authors": [
{
"name": "ardittristan",
"discord": "ardittristan"
}
]
}