forked from Sk1mble/XCard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
25 lines (24 loc) · 737 Bytes
/
module.json
File metadata and controls
25 lines (24 loc) · 737 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
{
"name": "XCard",
"title": "X-Card",
"description": "A module that implements the X-Card safety system.",
"author": "Richard Bellingham (Skimble)",
"version": "0.0.7",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.8.0",
"socket": true,
"scripts": ["./src/XCard.js"],
"languages": [{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
}],
"url": "https://github.com/Sk1mble/XCard",
"download": "https://github.com/Sk1mble/XCard/archive/v0.0.7.zip",
"manifest": "https://raw.githubusercontent.com/Sk1mble/XCard/master/module.json"
}