-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDependencyControl.json
45 lines (44 loc) · 1.07 KB
/
DependencyControl.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
{
"dependencyControlFeedFormatVersion": "0.3.0",
"name": "Endill's Aegisub Scripts",
"description": "Main repository for all of Endill's automation scripts.",
"maintainer": "Endill",
"baseUrl": "https://github.com/Endilll/Endill-Aegisub-Scripts",
"url": "@{baseUrl}",
"fileBaseUrl": "https://raw.githubusercontent.com/Endilll/Endill-Aegisub-Scripts/@{channel}/@{namespace}",
"macros": {
"Endill.RandomMove": {
"url": "@{baseUrl}#@{namespace}",
"author": "Endill",
"name": "Random Move",
"description": "Generate multiple lines with different move.",
"channels": {
"master": {
"version": "0.2.0",
"released": "2017-02-20",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "051EC82D501425537FF8F487819038A7ED688836"
}
],
"requiredModules": [
{
"moduleName": "aegisub.re"
},
{
"moduleName": "aegisub.util"
}
]
}
},
"changelog": {
"0.2.0": [
"Initial release for DependencyControl"
]
}
}
}
}