-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
47 lines (47 loc) · 919 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
42
43
44
45
46
47
{
"slug": "ALGAWOLF",
"name": "ALGAWOLF",
"version": "1.0.0",
"license": "proprietary",
"brand": "ALGAWOLF",
"author": "Aeron Miles",
"authorEmail": "[email protected]",
"authorUrl": "",
"pluginUrl": "algawolf.github.io/vcv",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "PolyADSR",
"name": "PolyADSR",
"description": "",
"tags": []
},
{
"slug": "Orbit",
"name": "Orbit",
"description": "",
"tags": []
},
{
"slug": "PolyVolt",
"name": "PolyVolt",
"description": "",
"tags": []
},
{
"slug": "Strum",
"name": "Strum",
"description": "",
"tags": []
},
{
"slug": "BlankWolf",
"name": "BlankWolf",
"description": "",
"tags": []
}
]
}