forked from Forien/foundryvtt-forien-quest-log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
79 lines (79 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "forien-quest-log",
"title": "Forien's Quest Log",
"description": "Provides comprehensive Quest Log system for players and Game Masters",
"author": "Forien — Forien#2130",
"authors": [
{
"name": "Forien",
"url": "https://www.patreon.com/forien"
}
],
"version": "0.5.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.7.1",
"url": "https://github.com/Forien/foundryvtt-forien-quest-log",
"manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-quest-log/master/module.json",
"download": "https://github.com/Forien/foundryvtt-forien-quest-log/releases/download/v0.5.1/v0.5.1.zip",
"readme": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.5.1/README.md",
"changelog": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.5.1/changelog.md",
"bugs": "https://github.com/Forien/foundryvtt-forien-quest-log/issues",
"wiki": "https://github.com/Forien/foundryvtt-forien-quest-log/wiki",
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "cn",
"name": "中文(简体",
"path": "lang/cn.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"scripts": [
"./scripts/prompt.mjs"
],
"esmodules": [
"./modules/init.mjs"
],
"styles": [
"./styles/init.css"
],
"socket": true
}