-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
100 lines (100 loc) · 2.96 KB
/
module.json
File metadata and controls
100 lines (100 loc) · 2.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"title": "Beaver's System Interface",
"description": "An Interface to uniformly access system dependent implementations",
"id": "beavers-system-interface",
"version": "2.3.4",
"authors": [
{
"name": "angryBeaver",
"url": "https://github.com/angrybeaver"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"src/main.js"
],
"styles": [
"css/simple-ui.css",
"css/beavers.css"
],
"packs": [
],
"url": "https://github.com/AngryBeaver/beavers-system-interface",
"manifest": "https://github.com/AngryBeaver/beavers-system-interface/releases/latest/download/module.json",
"download": "https://github.com/AngryBeaver/beavers-system-interface/releases/latest/download/beavers-system-interface.zip",
"relationships": {
"systems": [],
"recommends": [
{
"id": "bsa-a5e",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-a5e/releases/latest/download/module.json"
},
{
"id": "bsa-cyberpunk-red-core",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-cyberpunk-red-core/releases/latest/download/module.json"
},
{
"id": "bsa-D35E",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-d35e/releases/latest/download/module.json"
},
{
"id": "bsa-dnd4e",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-dnd4e/releases/latest/download/module.json"
},
{
"id": "bsa-dnd5e",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-dnd5e/releases/latest/download/module.json"
},
{
"id": "bsa-fallout",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-fallout/releases/latest/download/module.json"
},
{
"id": "bsa-pf2e",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-pf2e/releases/latest/download/module.json"
},
{
"id": "bsa-pf1",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-pf1/releases/latest/download/module.json"
},
{
"id": "bsa-swade",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-swade/releases/latest/download/module.json"
},
{
"id": "bsa-sfrpg",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-sfrpg/releases/latest/download/module.json"
},
{
"id": "bsa-swnr",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-swnr/releases/latest/download/module.json"
},
{
"id": "bsa-wfrp4e",
"type": "module",
"manifest": "https://github.com/AngryBeaver/bsa-wfrp4e/releases/latest/download/module.json"
}
]
},
"compatibility": {
"minimum": "11",
"verified": "13"
}
}