-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
64 lines (64 loc) · 1.47 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
{
"id": "sfc",
"title": "SWADE Fantasy Currencies",
"description": "<p>A module that overrides the default currency behaviour of SWADE and replaces it with a configurable set of currencies.</p>",
"compatibility": {
"minimum": "10",
"verified": "12.328"
},
"packs": [
{
"label": "SFC Macros",
"type": "Macro",
"name": "sfc-macros",
"path": "packs/macros",
"system": "swade",
"package": "sfc"
}
],
"version": "0.8.4",
"relationships": {
"systems": [
{
"id": "swade",
"type": "system",
"manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json",
"compatibility": {
"minimum": "2.2.5",
"verified": "4.0.1"
}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
}
],
"esmodules": [
"sfc.js"
],
"styles": [
"styles/sfc.css"
],
"url": "https://github.com/ddbrown30/sfc",
"manifest": "https://github.com/ddbrown30/sfc/releases/download/0.8.4/module.json",
"download": "https://github.com/ddbrown30/sfc/releases/download/0.8.4/module.zip",
"bugs": "https://github.com/ddbrown30/sfc/issues",
"authors": [
{
"name": "Dan Brown",
"discord": "thechemist30",
"flags": {}
}
]
}