forked from VCVRack/VCV-Prototype
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 697 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 697 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
{
"slug": "VCV-Prototype",
"name": "VCV Prototype",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"brand": "VCV",
"author": "VCV",
"authorEmail": "support@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"pluginUrl": "https://vcvrack.com/Prototype",
"manualUrl": "https://vcvrack.com/Prototype#manual",
"sourceUrl": "https://github.com/VCVRack/VCV-Prototype",
"changelogUrl": "https://github.com/VCVRack/VCV-Prototype/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Prototype",
"name": "Prototype",
"description": "Run scripting languages for prototyping, learning, and live coding.",
"tags": [
"External"
]
}
]
}