-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
37 lines (37 loc) · 1.22 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
{
"name": "call-of-cthulhu-7th-babele-ua",
"title": "Call of Cthulhu 7th Babele (Ukrainian)",
"description": "Переклад системи Call of Cthulhu 7e (HavlockV/CoC7-FoundryVTT) українською (Babele) - Call of Cthulhu 7th (HavlockV/CoC7-FoundryVTT) Ukrainian translation using Babele",
"version": "0.1.11",
"minimumCoreVersion" : "0.10.291",
"compatibleCoreVersion":"0.10.291",
"author": "Ivan Ferenchuk",
"esmodules": ["babele-register.js"],
"scripts": [],
"styles": [],
"dependencies": [
{
"name": "babele",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/main/module/module.json",
"version": "2.4.0"
},
{
"name": "CoC7",
"type": "system",
"version": "0.10.12"
}
],
"packs": [],
"languages": [
{
"lang": "uk",
"name": "Українська (Ukrainian)",
"path": "lang/uk.json"
}
],
"system": "CoC7",
"systemVersion": "0.10.12",
"url": "https://github.com/ferenchuk/call-of-cthulhu-7th-babele-ua",
"manifest": "https://raw.githubusercontent.com/ferenchuk/call-of-cthulhu-7th-babele-ua/main/module.json",
"download": "https://github.com/ferenchuk/call-of-cthulhu-7th-babele-ua/archive/main.zip"
}