-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 740 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 740 Bytes
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
{
"slug": "ByteBeatMachine",
"name": "ByteBeatMachine",
"version": "1.0.1",
"license": "BSD-3-Clause",
"brand": "ВОКОИТЕР",
"author": "bokontep",
"authorEmail": "bokontep@gmail.com",
"authorUrl": "https://bokontep.blogspot.gr",
"pluginUrl": "https://github.com/bokontep/ByteBeatMachine",
"manualUrl": "http://bokontep.blogspot.com/2018/05/bokontepbytebeatmachine-plugin-for.html",
"sourceUrl": "https://github.com/bokontep/ByteBeatMachine",
"donateUrl": "https://www.paypal.me/AnastasiosKleisas",
"modules": [
{
"slug": "ModuleByteBeatMachine",
"name": "ModuleByteBeatMachine",
"description": "ByteBeat Oscillator",
"tags": [
"VCO",
"Utility"
]
}
]
}