generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 26
/
module.json
57 lines (57 loc) · 1.45 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
{
"id": "sequencer",
"title": "Sequencer",
"description": "This module allows you to play effects on the canvas, and create complex sequences of actions",
"version": "10.0.0",
"library": "false",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "Wasp",
"discord": "Wasp#2005",
"website": "http://fantasycomputer.works/"
}
],
"esmodules": ["dist/module.js"],
"styles": ["dist/style.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en-EN.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es-ES.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "languages/pl.json"
}
],
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module"
}
]
},
"socket": true,
"url": "https://github.com/fantasycalendar/FoundryVTT-Sequencer",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json",
"download": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.zip",
"readme": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/blob/master/README.md",
"bugs": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/issues"
}