forked from Sayshal/travel-pace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
56 lines (56 loc) · 1.41 KB
/
module.json
File metadata and controls
56 lines (56 loc) · 1.41 KB
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
{
"name": "travel-pace",
"title": "Innocenti's Travel Pace",
"description": "Calculate player's journey time in Travel Pace",
"author": "Renato innocenti",
"authors": [
{
"name": "Innocenti",
"discord": "Innocenti#1455",
"email": "renato.innocenti@gmail.com"
}
],
"url": "https://github.com/rinnocenti/travel-pace",
"readme": "https://github.com/rinnocenti/travel-pace/blob/master/README.md",
"bugs": "https://github.com/rinnocenti/travel-pace/issues",
"changelog": "https://github.com/rinnocenti/travel-pace/blob/master/CHANGELOG.md",
"flags": {},
"version": "1.1.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "9",
"scripts": [
"./scripts/settings.js",
"./scripts/travel-pace.js"
],
"esmodules": [],
"styles": [
"./styles/travel-pace.css"
],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"packs": [],
"system": [
"dnd5e"
],
"dependencies": [],
"socket": true,
"manifest": "https://raw.githubusercontent.com/rinnocenti/travel-pace/master/module.json",
"download": "https://github.com/rinnocenti/travel-pace/archive/master.zip",
"protected": false,
"coreTranslation": false
}