forked from Cycling74/max-devkit
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage-info.json
More file actions
executable file
·41 lines (40 loc) · 902 Bytes
/
package-info.json
File metadata and controls
executable file
·41 lines (40 loc) · 902 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author" : "Graham Wakefield",
"authors" : [ ],
"description" : "Virtual Reality HMDs for Max",
"displayname" : "",
"extends" : "",
"extensible" : 0,
"homepatcher" : "vr.maxhelp",
"max_version_max" : "none",
"max_version_min" : "7.1",
"name" : "VR",
"os" : {
"macintosh" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
}
,
"windows" : {
"platform" : [ "ia32", "x64" ],
"min_version" : "none"
}
}
,
"package_extra" : {
"reverse_domain" : "com.cycling74",
"copyright" : "Copyright (c) 2017 Graham Wakefield"
}
,
"tags" : [ "vr", "virtual reality", "htc vive", "oculus rift" ],
"version" : "1.0.1",
"website" : "https://github.com/worldmaking/vr",
"filelist" : {
"externals" : [ "vr.mxe", "vr.mxe64", "vr.mxo" ],
"patchers" : [ "vr.vive.camera.maxpat" ],
"help" : [ "vr.maxhelp" ]
}
,
"c74install" : 1,
"installdate" : -701357471
}