generated from ExtendRealityLtd/Template.Tilia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.46 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
42
43
44
45
46
{
"name": "io.extendreality.tilia.camerarigs.unityxr",
"displayName": "Tilia CameraRigs UnityXR",
"version": "2.1.14",
"description": "A camera rig prefab utilizing the legacy XR management system for the Unity software.",
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/blob/master/LICENSE.md",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"pattern",
"camerarig",
"vr",
"ar",
"xr",
"spatial"
],
"homepage": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/issues"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "hello@extendreality.io",
"url": "https://github.com/ExtendRealityLtd"
},
"dependencies": {
"io.extendreality.zinnia.unity": "2.16.2"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Runtime",
"Editor",
"docfx.json"
]
}