-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodule.json
55 lines (53 loc) · 1.32 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
{
"id": "travel-pace",
"title": "Innocenti's Travel Pace",
"description": "Calculate player's journey time in Travel Pace",
"version": "2.1.3",
"authors": [
{
"name": "Innocenti",
"discord": "Innocenti#1455",
"email": "renato.innocenti@gmail.com",
"flags": {}
}
],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"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",
"scripts": [
"scripts/settings.js",
"scripts/travel-pace.js"
],
"styles": [
"styles/travel-pace.css"
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/rinnocenti/travel-pace/master/module.json",
"download": "https://github.com/rinnocenti/travel-pace/archive/master.zip",
"compatibility": {
"minimum": "9",
"verified": "11.299",
"maximum": "11"
}
}