-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
59 lines (59 loc) · 1.46 KB
/
module.json
File metadata and controls
59 lines (59 loc) · 1.46 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
{
"title": "Beaver's Mobile Enhancements",
"description": "A Module to enhance playing locally with sheets on tablets and map screen.#Local Coop",
"id": "beavers-mobile",
"version": "2.0.0",
"authors": [
{
"name": "angryBeaver",
"url": "https://github.com/angrybeaver"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"scripts": [
],
"esmodules": [
"src/main.js"
],
"styles": [
"css/mobile.css"
],
"packs": [
],
"url": "https://github.com/AngryBeaver/beavers-mobile",
"manifest": "https://github.com/AngryBeaver/beavers-mobile/releases/latest/download/module.json",
"download": "https://github.com/AngryBeaver/beavers-mobile/releases/latest/download/beavers-mobile.zip",
"relationships": {
"requires": [
{
"id": "beavers-system-interface",
"type": "module",
"manifest": "https://github.com/AngryBeaver/beavers-system-interface/releases/latest/download/module.json",
"compatibility": {
"minimum" : "2.3.1",
"verified": "2.3.1"
}
}
],
"recommends": [
{
"id": "beavers-gamepad",
"type": "module",
"manifest": "https://github.com/AngryBeaver/beavers-gamepad/releases/latest/download/module.json",
"compatibility": {
"verified": "3.0.0"
}
}
]
},
"compatibility": {
"minimum": "13",
"verified": "13.347"
}
}