-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
41 lines (41 loc) · 872 Bytes
/
plugin.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
{
"slug": "mtsch-plugins",
"name": "mtsch",
"version": "1.0.0",
"license": "MIT",
"brand": "mtsch",
"author": "mtsch",
"authorEmail": "[email protected]",
"authorUrl": "",
"pluginUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"manualUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"sourceUrl": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"donateUrl": "https://www.paypal.me/matcuf",
"changelogUrl": "",
"modules": [
{
"slug": "Rationals",
"name": "Rationals",
"description": "",
"tags": [
"Utility"
]
},
{
"slug": "Sum",
"name": "Sum",
"description": "",
"tags": [
"Utility"
]
},
{
"slug": "TriggerPanic",
"name": "Trigger Panic!",
"description": "",
"tags": [
"Delay"
]
}
]
}