-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
34 lines (34 loc) · 898 Bytes
/
module.json
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
{
"id": "ambientdoors",
"title": "Ambient Doors",
"description": "A controller for playing ambient sounds effects when opening and closing doors",
"version": "2.3.3",
"authors": [
{
"name": "EndlesNights",
"url": "https://gitlab.com/EndlesNights",
"email": "[email protected]",
"discord": "endlesnights#9000",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "10"
},
"esmodules": [
"door.js"
],
"relationships.requires": [
{ "id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.0.0.0",
"verified": "1.12.6.0"
}
}
],
"url": "https://github.com/EndlesNights/ambientdoors",
"manifest": "https://raw.githubusercontent.com/EndlesNights/ambientdoors/master/module.json",
"download": "https://github.com/EndlesNights/ambientdoors/archive/2.3.3.zip"
}