-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
44 lines (44 loc) · 1.06 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": "loaded-dice-roll",
"title": "Loaded Dice Roll",
"description": "Loaded your dice rolls!",
"authors": [
{
"name": "Lefteous",
"email": "[email protected]",
"url": "https://github.com/lefteous/"
},
{
"name": "Eddie Dover",
"email": "[email protected]",
"url": "https://github.com/EddieDover/"
}
],
"url": "https://github.com/lefteous/loaded-dice-roll",
"manifest": "https://raw.githubusercontent.com/lefteous/loaded-dice-roll/main/module.json",
"download": "https://github.com/Lefteous/loaded-dice-roll/archive/v2.1.0.zip",
"bugs": "https://github.com/Lefteous/loaded-dice-roll/issues",
"flags": {
"allowBugReporter": true
},
"version": "2.1.0",
"compatibility": {
"minimum": "11.0",
"verified": "11.325",
"maximum": "12"
},
"esmodules": ["js/module.js"],
"styles": ["css/styles.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
}
]
}