-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
40 lines (40 loc) · 1.05 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
{
"name": "jb2a-extras",
"id": "jb2a-extras",
"title": "JB2A - Free Extra Assets",
"description": "A mini module to share some extra free assets that cannot be part of the Patreon collection!",
"authors": [
{
"name": "Jules",
"url": "https://www.patreon.com/JB2A",
"discord": "Gazkhan#8192"
},
{
"name": "Ben",
"url": "https://www.patreon.com/JB2A",
"discord": "Wassily#8035"
}
],
"url": "https://www.patreon.com/JB2A",
"license": "",
"flags": {},
"version": "0.0.1",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": 10,
"verified": 10.291
},
"esmodules": [
"./scripts/module/init.js"
],
"styles": [],
"languages": [],
"relationships": {},
"socket": false,
"manifest": "https://github.com/Jules-Bens-Aa/jb2a-extras/releases/latest/download/module.json",
"download": "https://github.com/Jules-Bens-Aa/jb2a-extras/releases/download/0.0.1/jb2a-extras-0.0.1.zip",
"protected": false,
"coreTranslation": false,
"library": false
}