forked from fantasycalendar/FoundryVTT-Sequencer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
60 lines (60 loc) · 1.53 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
58
59
60
{
"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",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"authors": [
{
"name": "Wasp",
"discord": "Wasp#2005",
"website": "http://fantasycomputer.works/"
}
],
"esmodules": [
"scripts/module.js"
],
"styles": [
"style.css"
],
"scripts": [
"scripts/lib/ext/pixi-filters.js"
],
"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"
}
],
"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/manifest.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"
}