forked from theripper93/Levels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
56 lines (56 loc) · 1.38 KB
/
module.json
File metadata and controls
56 lines (56 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "levels",
"title": "Levels",
"description": "Add multiple vertical levels to maps",
"version": "0.2",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"scripts": [
"./scripts/main.js",
"./scripts/levels.js",
"./scripts/helpers.js",
"./scripts/config.js",
"./scripts/ui.js",
"./scripts/tooltip.js"
],
"styles": [
"./styles/levels.css"
],
"packs": [
{
"name": "levelsmacros",
"label": "Levels Macros",
"path": "packs/macros.db",
"entity": "Macro",
"module": "levels"
}
],
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.6",
"url": "https://github.com/theripper93/Levels",
"manifest": "https://github.com/theripper93/Levels/releases/latest/download/module.json",
"download": "https://github.com/theripper93/Levels/releases/download/0.2/module.zip",
"dependencies": [
{
"name": "betterroofs"
},
{
"name": "lib-wrapper"
},
{
"name": "wall-height"
}
]
}