forked from jessev14/custom-character-sheet-sections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
51 lines (51 loc) · 1.37 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
{
"id": "custom-character-sheet-sections",
"title": "Custom Character Sheet Sections",
"description": "",
"authors": [
{
"name": "enso",
"discord": "enso#0361"
}
],
"version": "1.0.0",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.0",
"verified": "2.0.0"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1",
"verified": "1.12.7.1"
}
}
]
},
"esmodules": [
"./scripts/custom-character-sheet-sections.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
}
],
"url": "https://github.com/jessev14/custom-character-sheet-sections",
"manifest": "https://github.com/jessev14/custom-character-sheet-sections/releases/latest/download/module.json",
"download": "https://github.com/jessev14/custom-character-sheet-sections/releases/download/1.0.0/CCSS.zip"
}