-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
40 lines (40 loc) · 953 Bytes
/
module.json
File metadata and controls
40 lines (40 loc) · 953 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
{
"id": "move-that-for-you",
"title": "Move That for You",
"description": "Allow players to move tiles.",
"version": "3.0.0",
"download": "https://github.com/Aedif/move-that-for-you/releases/download/3.0.0/move-that-for-you.zip",
"url": "https://github.com/Aedif/move-that-for-you",
"manifest": "https://raw.githubusercontent.com/Aedif/move-that-for-you/master/module.json",
"author": "Aedif",
"authors": [
{
"name": "Aedif",
"url": "https://github.com/Aedif",
"discord": "Aedif#7268"
}
],
"compatibility": {
"minimum": 13,
"verified": "13"
},
"esmodules": ["move-that-for-you.js"],
"scripts": [],
"styles": ["styles/mtfy-general.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"socket": true
}