-
Notifications
You must be signed in to change notification settings - Fork 21
/
module.json
64 lines (64 loc) · 1.39 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": "splatter",
"title": "Splatter",
"description": "Blood up your games",
"version": "0.1",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/pt-BR.json"
}
],
"esmodules": [
"scripts/main.js"
],
"packs": [
{
"name": "splattermacros",
"label": "Splatter Macros",
"path": "packs/macros.db",
"type": "Macro",
"private": false
}
],
"url": "https://github.com/theripper93/Splatter",
"manifest": "https://github.com/theripper93/Splatter/releases/latest/download/module.json",
"download": "https://github.com/theripper93/Splatter/releases/latest/download/module.zip",
"socket": true,
"relationships": {
"requires": [
{
"id": "colorsettings",
"type": "module",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "12",
"verified": "12"
}
}