forked from Malekal4699/LightsHUD-Fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
44 lines (44 loc) · 1.26 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
{
"name": "lightshud",
"title": "LightsHUD",
"description": "Lights HUD Control",
"version": "0.10.3",
"authors": [
{
"name": "Malekal",
"email": "[email protected]",
"url": "https://github.com/Malekal4699/LightsHUD/",
"discord": "Malekal#9985"
},
{"name": "PhilippeK"}
],
"allowBugReporter": true,
"bugs": "https://github.com/Malekal4699/LightsHUD/issues",
"changelog": "https://github.com/Malekal4699/LightsHUD/README.md",
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "./lang/fr.json"
}
],
"esmodules": [
"/scripts/LightsHUD.js"
],
"socket": true,
"styles": [
"/styles/LightsHUD.css"
],
"packs": [],
"url": "https://github.com/Malekal4699/LightsHUD",
"manifest": "https://github.com/Malekal4699/LightsHUD/releases/latest/download/module.json",
"download": "https://github.com/Malekal4699/LightsHUD/releases/latest/download/module.zip",
"minimumCoreVersion": 9,
"compatibleCoreVersion": 9,
"protected": false
}