-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
62 lines (62 loc) · 1.4 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
{
"title": "Beaver's Gamepad",
"description": "For controlling actors while playing locally on a central map monitor",
"id": "beavers-gamepad",
"version": "2.1.1",
"socket": true,
"authors": [
{
"name": "angryBeaver",
"url": "https://github.com/angrybeaver"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"src/main.js"
],
"styles": [
"css/gamepad.css"
],
"packs": [
],
"url": "https://github.com/AngryBeaver/beavers-gamepad",
"manifest": "https://github.com/AngryBeaver/beavers-gamepad/releases/latest/download/module.json",
"download": "https://github.com/AngryBeaver/beavers-gamepad/releases/latest/download/beavers-gamepad.zip",
"relationships": {
"systems": [
],
"requires": [
{
"id": "beavers-system-interface",
"type": "module",
"manifest": "https://github.com/AngryBeaver/beavers-system-interface/releases/latest/download/module.json",
"compatibility": {
"minimum": "2.1.5",
"verified": "2.1.5"
}
},
{
"id": "socketlib",
"type": "module",
"compatibility": {
"verified": "1.0.13"
}
}
],
"recommends": [
{
"id": "monks-common-display"
}
]
},
"compatibility": {
"minimum": "10",
"verified": "11"
}
}