-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 891 Bytes
/
module.json
File metadata and controls
36 lines (36 loc) · 891 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
{
"name": "blastzone",
"title": "Blast Zone",
"description": "Blow up walls with templates",
"version": "0.1",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"scripts": [
"./scripts/main.js",
"./scripts/config.js",
"./scripts/BlastZone.js"
],
"styles": [
],
"packs": [
],
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.8",
"url": "https://github.com/theripper93/blastzone",
"manifest": "https://github.com/theripper93/blastzone/releases/latest/download/module.json",
"download": "https://github.com/theripper93/blastzone/releases/latest/download/module.zip",
"dependencies": [
]
}