-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
44 lines (44 loc) · 1.21 KB
/
Copy pathmodule.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
{
"id": "alpha-suit",
"name": "alpha-suit",
"title": "Alpha Suit",
"description": "Data manager for your games",
"authors": [
{
"name": "Averrin",
"url": "https://github.com/averrin",
"discord": "Averrin#0374"
}
],
"url": "https://github.com/averrin/alpha-suit",
"readme": "https://github.com/averrin/alpha-suit/blob/master/README.md",
"bugs": "https://github.com/averrin/alpha-suit/issues",
"changelog": "https://github.com/averrin/alpha-suit/releases/latest/",
"version": "0.6.0",
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"system": [],
"dependencies": [],
"relationships": {},
"socket": false,
"manifest": "https://github.com/averrin/alpha-suit/releases/latest/download/module.json",
"download": "https://github.com/averrin/alpha-suit/releases/download/0.6.0/module.zip",
"protected": false,
"coreTranslation": false,
"library": false,
"compatibility": {
"minimum": "11",
"verified": "11"
}
}