forked from VittorGuidoni/call-of-cthulhu-7th-babele-pt-BR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
32 lines (32 loc) · 1.16 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
{
"name": "call-of-cthulhu-7th-babele-pt-BR",
"title": "Call of Cthulhu 7th Babele Portuguese (Brazilian)",
"description": "Tradução do sistema Call of Cthulhu 7th por HavlockV/CoC7-FoundryVTT para Português (Brasil) usando Babele - Call of Cthulhu 7th (HavlockV/CoC7-FoundryVTT) portuguese translation using Babele",
"version": "0.4.7",
"compatibility": {
"minimum": 10,
"verified": 10
},
"author": "Vittor Guidoni Marianelli (Vittinho#8930)",
"esmodules": ["babele-register.js"],
"scripts": [],
"styles": [],
"dependencies": [
{
"name": "babele",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"version": "1.22"
}
],
"packs": [],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "pt-BR.json"
}
],
"url": "https://github.com/Alexandre-Mir/call-of-cthulhu-7th-babele-pt-BR",
"manifest": "https://raw.githubusercontent.com/Alexandre-Mir/call-of-cthulhu-7th-babele-pt-BR/main/module.json",
"download": "https://github.com/Alexandre-Mir/call-of-cthulhu-7th-babele-pt-BR/archive/main.zip"
}