generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
35 lines (35 loc) · 1001 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
32
33
34
35
{
"id": "token-ease",
"title": "Token Ease",
"description": "This module enhances native Foundry behavior by exposing easing, custom movement speed, and movement duration in the token configuration.",
"authors": [
{
"name": "Wasp",
"url": "https://github.com/Haxxer",
"discord": "Wasp#2005"
},
{
"name": "Kerrec Snowmane",
"url": "https://github.com/ggagnon76",
"discord": "Kerrec Snowmane#5264"
}
],
"version": "1.2.0",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"esmodules": [
"/scripts/module.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "/languages/en.json"
}
],
"url": "https://github.com/fantasycalendar/FoundryVTT-TokenEase",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-TokenEase/releases/latest/download/module.json",
"download": "https://github.com/fantasycalendar/FoundryVTT-TokenEase/releases/download/1.2.0/module.zip"
}