-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-info.json
35 lines (35 loc) · 1.39 KB
/
package-info.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
{
"author": "Chris Swithinbank",
"authors" : [ ],
"categories" : [ ],
"name": "cs.2click",
"description": "cs.2click provides better audio routing for modular (and other dynamic) systems.",
"tags" : [ "audio", "send", "receive", "routing", "presets" ],
"type": "package",
"homepatcher" : "cs.2click-README.maxpat",
"version": "0.5.1",
"max_version_max" : "none",
"max_version_min" : "6.1.9",
"os" : {
"macintosh" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
},
"windows" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
}
},
"website": "https://github.com/delucis/cs.2click",
"major_version": "0",
"minor_version": "51",
"min_max_version": "619",
"min_osx_version": "None",
"min_win_version": "None",
"link_mac32": "https://github.com/delucis/cs.2click/archive/v0.5.1.zip",
"link_mac64": "https://github.com/delucis/cs.2click/archive/v0.5.1.zip",
"link_win32": "https://github.com/delucis/cs.2click/archive/v0.5.1.zip",
"link_win64": "https://github.com/delucis/cs.2click/archive/v0.5.1.zip",
"relative_path": "None",
"alert_text": "Thanks for downloading the cs.2click package! \n\nIf this is your first time using these modules, see \nthe README.maxpat in the examples folder for \na quick introduction."
}