-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 796 Bytes
/
module.json
File metadata and controls
37 lines (37 loc) · 796 Bytes
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
{
"id": "XCard",
"title": "X-Card",
"description": "A module that implements the X-Card safety system.",
"authors": [
{
"name": "Richard Bellingham",
"flags": {}
}
],
"url": "https://github.com/Sk1mble/XCard",
"version": "0.0.13",
"compatibility": {
"minimum": "0.6.0",
"verified": "13.341"
},
"scripts": [
"src/XCard.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "/languages/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "/languages/es.json",
"flags": {}
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/Sk1mble/XCard/master/module.json",
"download": "https://github.com/Sk1mble/XCard/archive/0.0.13.zip"
}