-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmodule.json
More file actions
78 lines (78 loc) · 1.82 KB
/
Copy pathmodule.json
File metadata and controls
78 lines (78 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"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": "13",
"verified": "14",
"maximum": "14"
},
"authors": [
{
"name": "Wasp",
"discord": "Wasp#2005",
"website": "http://fantasycomputer.works/"
}
],
"esmodules": ["dist/sequencer.js"],
"styles": ["dist/sequencer.css"],
"flags": {
"css": {
"shorthand": "sequencer"
},
"hotReload": {
"extensions": [
"css",
"json"
],
"paths": [
"styles"
]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en-EN.json"
},
{
"lang": "cs",
"name": "Čeština",
"path": "languages/cs.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "languages/it.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"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/pt-BR.json"
}
],
"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"
}