-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.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
36
37
38
39
40
41
{
"name": "com.realitytoolkit.windows.xr",
"displayName": "RealityToolkit.Windows.XR",
"description": "The Windows XR platform module for the Reality Toolkit by the Reality Collective.",
"keywords": [
"vr",
"ar",
"xr",
"mixed",
"reality",
"immersive",
"unity",
"windows"
],
"version": "1.0.0-pre-release.2",
"unity": "2020.3",
"homepage": "https://github.com/realitycollective",
"bugs": {
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/realitycollective/com.realitytoolkit.windows.xr.git"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre-release.19",
"com.microsoft.mixedreality.openxr": "1.4.2"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}