This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
module.json
87 lines (87 loc) · 2.16 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"id": "combat-carousel",
"title": "Combat Carousel",
"description": "Adds a CRPG-style combat tracker to the top of the screen",
"version": "0.3.3",
"authors": [
{
"name": "Evan Clarke",
"url": "https://deathsave.dev",
"discord": "errational#2007",
"reddit": "u/etherboy",
"twitter": "@death_save_dev",
"patreon": "deathsave"
}
],
"url": "https://github.com/death-save/combat-carousel",
"manifest": "https://github.com/death-save/combat-carousel/releases/latest/download/module.json",
"download": "https://github.com/death-save/combat-carousel/releases/latest/download/module.zip",
"bugs": "https://github.com/death-save/combat-carousel/issues",
"changelog": "https://github.com/death-save/combat-carousel/CHANGELOG.md",
"readme": "https://github.com/death-save/combat-carousel/wiki/",
"scripts": [
"libs/splide/js/splide.min.js",
"libs/splide/js/splide-render.min.js"
],
"esmodules": [
"init.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "pt-br",
"name": "português do Brasil",
"path": "lang/pt-br.json"
}
],
"styles" : [
"./styles/combat-carousel.css",
"./libs/splide/css/splide.min.css"
],
"media": [
{
"type": "cover",
"url": "https://i.imgur.com/JSYoVvb.png",
"caption": "Combat Carousel in action"
},
{
"type": "video",
"url": "https://i.imgur.com/yZK53mA.mp4",
"caption":"Combat Carousel v0.2.0 moving"
},
{
"type": "video",
"url": "https://www.youtube.com/watch?v=tG1rKcG1Oa4",
"caption":"Combat Carousel launch video"
}
],
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
"compatibility": {
"minimum": "10.275",
"verified": "10.291"
},
"name": "combat-carousel",
"minimumCoreVersion": "10.275"
}