-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.18 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.18 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "com.cdi.toolkit",
"version": "0.0.1",
"displayName": "CDI Toolkit",
"description": "Common reusable tools, scripts, samples, settings, and resources for CDI Unity projects.",
"unity": "2022.3",
"unityRelease": "42f1",
"documentationUrl": "https://github.com/CDInstitute/CDIToolkit/tree/main",
"dependencies": {
"com.unity.inputsystem": "1.7.0",
"com.unity.render-pipelines.universal": "14.0.11",
"com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.7.6",
"com.unity.xr.legacyinputhelpers": "2.1.10",
"com.unity.xr.management": "4.5.0",
"com.unity.xr.oculus": "4.2.0"
},
"keywords": [
"camera",
"care",
"collection",
"components",
"computational",
"configuration",
"controller",
"data",
"debug",
"design",
"development",
"dream",
"dreamship",
"effects",
"events",
"examples",
"experience",
"extensions",
"fade",
"fps",
"gaze",
"grid",
"handling",
"health",
"input",
"institute",
"interactions",
"lighting",
"logo",
"lucid",
"management",
"materials",
"mathematics",
"medical",
"models",
"movement",
"oculus",
"pain",
"palliative",
"pediatric",
"playful",
"prefabs",
"record",
"relaxation",
"relief",
"rendering",
"research",
"resources",
"restful",
"reuse",
"rig",
"rotation",
"samples",
"scripts",
"settings",
"sequencing",
"skybox",
"streamline",
"supercharge",
"superpower",
"time",
"timeline",
"tools",
"translation",
"transition",
"ui",
"urp",
"vfx",
"virtual",
"visual",
"vr",
"xr"
],
"author": {
"name": "Joseph Leybovich",
"email": "joseph.leybovich@cd.institute",
"url": "https://www.dreamship.live"
}
}