-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmodule.json
More file actions
42 lines (42 loc) · 1.19 KB
/
module.json
File metadata and controls
42 lines (42 loc) · 1.19 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
{
"name": "{{name}}",
"title": "{{title}}",
"description": "{{description}}",
"version": "{{version}}",
"authors": [
{
"name": "Max Cerrina"
},
{
"name": "Daniel Solano Gómez"
}
],
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
"esmodules": "{{sources}}",
"socket": true,
"styles": "{{css}}",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"url": "https://github.com/SpectralCiphers/{{name}}",
"license": "https://github.com/SpectralCiphers/{{name}}/releases/download/v{{version}}/LICENSE",
"manifest": "https://github.com/SpectralCiphers/{{name}}/releases/latest/download/module.json",
"download": "https://github.com/SpectralCiphers/{{name}}/releases/download/v{{version}}/{{name}}-{{version}}.zip",
"readme": "https://github.com/SpectralCiphers/{{name}}/releases/download/v{{version}}/README.md",
"changelog": "https://github.com/SpectralCiphers/{{name}}/releases/latest/download/CHANGELOG.md"
}