-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
41 lines (41 loc) · 1.01 KB
/
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": "modulove-modules",
"name": "Modulove",
"version": "2.0.0",
"license": "proprietary",
"brand": "Modulove",
"author": "Marcel Nehrig",
"authorEmail": "[email protected]",
"authorUrl": "modulove.io",
"pluginUrl": "modulove.io/MyPlugin",
"manualUrl": "modulove.io/MyPluginManual",
"sourceUrl": "github.com/Modulove",
"donateUrl": "paypal.me/modulove",
"changelogUrl": "",
"modules": [
{
"slug": "MVMNT",
"name": "MVMNT",
"description": "NOT Smooth Random CV",
"tags": [ "Random" ]
},
{
"slug": "MVMNT2",
"name": "MVMNT2",
"description": "Smooth Random Bezier CV",
"tags": [ "Random" ]
},
{
"slug": "ARYTHMATIK",
"name": "ARYTHMATIK",
"description": "Euclidean Sequencer",
"tags": [ "Sequencer" ]
},
{
"slug": "moduloveblank",
"name": "ModuloveBlank",
"description": "Modulove blank panel",
"tags": [ "Visual", "Blank" ]
}
]
}