-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
43 lines (43 loc) · 847 Bytes
/
module.json
File metadata and controls
43 lines (43 loc) · 847 Bytes
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
{
"id": "swarm",
"title": "Swarms",
"description": "Animate swarms.",
"version": "10.0.3",
"authors": [
{
"name": "o_Ove",
"discord": "Ove#4315",
"flags": {}
}
],
"esmodules": [
"script/swarm.mjs"
],
"url": "https://github.com/oOve/swarm",
"download": "https://github.com/oOve/swarm/archive/10.0.3.zip",
"manifest": "https://github.com/oOve/swarm/releases/latest/download/module.json",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"socket": true,
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module",
"compatibility": {}
}
]
},
"license": "LICENSE",
"readme": "README.md",
"compatibility": {
"minimum": "10",
"verified": "10"
}
}