-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
59 lines (59 loc) · 1.27 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
{
"id": "succ",
"title": "SWADE Ultimate Condition Changer",
"description": "<p>Temporary hack for SteveC</p>",
"compatibility": {
"minimum": "10",
"verified": "10.291",
"maximum": "10"
},
"version": "1.0.0",
"relationships": {
"systems": [
{
"id": "swade",
"type": "system",
"manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json",
"compatibility": {
"minimum": "2.1.0",
"verified": "2.4.2"
}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json",
"flags": {}
}
],
"esmodules": [
"succ.js"
],
"styles": [
"styles/succ.css"
],
"url": "https://github.com/steveculshaw/succ",
"manifest": "https://raw.githubusercontent.com/steveculshaw/succ/master/module.json",
"download": "https://raw.githubusercontent.com/steveculshaw/succ/master/succ.zip",
"authors": [
{
"name": "SalieriC",
"url": "https://ko-fi.com/salieric",
"discord": "SalieriC#8263",
"flags": {}
},
{
"name": "Javier Rivera",
"flags": {}
}
]
}