-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 825 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 825 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
{
"name": "ubc.ok.ovilab.hpui-cone-interactor",
"version": "0.1.0",
"displayName": "HPUI Cone Interactor",
"description": "Cone interctor for HPUI",
"unity": "2021.3",
"dependencies": {
"com.unity.xr.hands": "1.5.0-pre.3",
"com.unity.xr.interaction.toolkit": "3.0.4",
"com.unity.textmeshpro": "3.0.6",
"com.unity.mathematics": "1.3.2",
"com.unity.burst": "1.8.18"
},
"license": "MIT",
"licenseUrl": "https://github.com/ovi-lab/HPUI-cone-interactor/blob/master/LICENSE",
"author": {
"name": "Shariff Faleel",
"email": "shariff.mfa@outlook.com",
"url": "https://shariff-faleel.com"
},
"documentationUrl": "https://ovi-lab.github.io/HPUI-Core/",
"scopedRegistries": [
],
"samples": [],
"hideInEditor": false
}