-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
39 lines (39 loc) · 732 Bytes
/
module.json
File metadata and controls
39 lines (39 loc) · 732 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
38
39
{
"id": "module",
"title": "New Module",
"description": "",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 11
},
"authors": [
{
"name": "Tobias Franz",
"url": "https://github.com/kid2407",
"discord": "kid2407 / Tobias#6450"
}
],
"relationships": {
"systems": [],
"requires": []
},
"esmodules": [
"scripts/module.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md"
}