-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
45 lines (45 loc) · 1.14 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
{
"id": "cofdutils",
"title": "Chronicles of Darkness Utilities",
"description": "Utilities and add-ons for the Chronicles of Darkness 2e system.",
"version": "2.1.0",
"authors": [
{
"name": "Veilza",
"url": "https://github.com/Veilza",
"discord": "veilza"
}
],
"compatibility": {
"minimum": "11",
"verified": "12.327"
},
"esmodules": [
"./module/cofdutils.js"
],
"styles": [
"./styles/cofdutils.css"
],
"relationships": {
"systems": [
{
"id": "mta",
"type": "system",
"compatibility": {}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/veilza/cofdutils",
"manifest": "https://github.com/veilza/cofdutils/releases/latest/download/module.json",
"download": "https://github.com/veilza/cofdutils/releases/latest/download/cofdutils.zip?job=pack",
"changelog": "https://github.com/veilza/cofdutils/releases/latest/",
"readme": "https://github.com/veilza/cofdutils/blob/main/README.md",
"license": "https://github.com/veilza/cofdutils/blob/main/LICENSE"
}