-
Notifications
You must be signed in to change notification settings - Fork 17
/
module.json
31 lines (31 loc) · 883 Bytes
/
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
{
"name": "about-face",
"title": "About Face",
"description": "Rotates Tokens and provide indicators for direction based on movement",
"version": "2.0.2",
"author": "Eadorin (eadorin@gmail.com)",
"esmodules": ["about-face.js"],
"compatibleCoreVersion": "0.7.7",
"minimumCoreVersion": "0.6.0",
"manifest": "https://raw.githubusercontent.com/eadorin/about-face/master/src/module.json",
"download": "https://github.com/eadorin/about-face/releases/download/v2.0.2/about-face-v2.0.2.zip",
"url": "https://github.com/eadorin/about-face",
"changelog": "https://github.com/eadorin/about-face/blob/v2.0.2/changelog.md",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
]
}