forked from porres/VCV-PureData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 679 Bytes
/
Copy pathplugin.json
File metadata and controls
25 lines (25 loc) · 679 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": "Pd-PureData",
"name": "PureData",
"version": "2.6.6",
"license": "GPL-3.0-or-later",
"brand": "Pd",
"author": "Pd",
"authorEmail": "porres@gmail.com",
"authorUrl": "https://www.patreon.com/porres/",
"pluginUrl": "https://vcvrack.com/Pd-PureData.html",
"manualUrl": "https://vcvrack.com/Pd-PureData.html#manual",
"sourceUrl": "https://github.com/porres/VCV-PureData",
"donateUrl": "",
"changelogUrl": "https://github.com/porres/VCV-PureData/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "PureData",
"name": "PureData",
"description": "Run Pure Data patches.",
"tags": [
"External"
]
}
]
}