-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
54 lines (54 loc) · 1.28 KB
/
module.json
File metadata and controls
54 lines (54 loc) · 1.28 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
{
"id": "aspects-dual-backgrounds",
"title": "Aspects of Verun: Dual Backgrounds",
"description": "Enables dual background system for Aspects of Verun setting - choose one Profession background and one Cultural Origin background",
"version": "1.2.4",
"compatibility": {
"minimum": "11",
"verified": "13"
},
"authors": [
{
"name": "Yahya",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0"
}
}
],
"requires": [
{
"id": "plutonium",
"type": "module",
"compatibility": {
"minimum": "1.0.0"
}
}
]
},
"esmodules": [
"scripts/dual-backgrounds.js"
],
"styles": [
"styles/dual-backgrounds.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/TinyDragonEgg/testmodule",
"manifest": "https://raw.githubusercontent.com/TinyDragonEgg/testmodule/main/module.json",
"download": "https://github.com/TinyDragonEgg/testmodule/releases/download/1.2.4/module.zip",
"license": "MIT",
"readme": "https://raw.githubusercontent.com/TinyDragonEgg/testmodule/main/README.md"
}