forked from RealDeuce/torch
-
Notifications
You must be signed in to change notification settings - Fork 20
/
module.json
87 lines (87 loc) · 1.67 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": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.16.0",
"authors": [
{
"name": "Deuce",
"flags": {}
},
{
"name": "Lupestro",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json",
"flags": {}
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
},
{
"lang": "zh-TW",
"name": "正體中文",
"path": "lang/zh-TW.json",
"flags": {}
}
],
"esmodules": [
"torch.js"
],
"socket": true,
"styles": [
"torch.css"
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/module.json",
"download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.16.0/torch-v2.16.0.zip",
"url": "https://github.com/League-of-Foundry-Developers/torch",
"compatibility": {
"minimum": "10",
"verified": "12.331",
"maximum": "13.332"
}
}