forked from oOve/swarm
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
59 lines (59 loc) · 1.07 KB
/
module.json
File metadata and controls
59 lines (59 loc) · 1.07 KB
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": "swarm",
"title": "Swarms",
"description": "Animate swarms.",
"version": "#{VERSION}#",
"authors": [
{
"name": "o_Ove",
"discord": "Ove#4315",
"flags": {}
},
{
"name": "strongpauly",
"discord": "strongpauly#0514",
"flags": {}
}
],
"esmodules": ["scripts/swarm.mjs", "scripts/ui.mjs"],
"url": "#{URL}#",
"manifest": "https://github.com/strongpauly/swarm/releases/latest/download/module.json",
"download": "#{DOWNLOAD}#",
"changelog": "https://github.com/strongpauly/swarm/releases/tag/#{VERSION}#",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"socket": true,
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module",
"compatibility": {}
},
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
}
]
},
"license": "LICENSE",
"readme": "README.md",
"compatibility": {
"minimum": "13",
"verified": "14",
"maximum": "14"
}
}