-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
60 lines (60 loc) · 1.59 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "Director",
"description": "Control your scenes!",
"authors": [
{
"name": "Averrin",
"url": "https://github.com/averrin",
"discord": "Averrin#0374"
}
],
"url": "https://github.com/averrin/director",
"readme": "https://github.com/averrin/director/blob/master/README.md",
"bugs": "https://github.com/averrin/director/issues",
"changelog": "https://github.com/averrin/director/releases/latest/",
"version": "0.10.0-dev",
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/averrin/director/releases/latest/download/module.json",
"download": "https://github.com/averrin/director/releases/download/0.10.0-dev/module.zip",
"id": "director",
"relationships": {
"requires": [
{
"id": "tagger",
"type": "module",
"compatibility": {}
},
{
"id": "sequencer",
"type": "module",
"compatibility": {}
},
{
"id": "socketlib",
"type": "module",
"compatibility": {}
},
{
"id": "warpgate",
"type": "module",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "10",
"verified": "10"
}
}