generated from ExtendRealityLtd/Template.Tilia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.52 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
47
{
"name": "io.extendreality.tilia.input.unityinputmanager",
"displayName": "Tilia Input UnityInputManager",
"description": "Input wrappers for the Unity Input Manager and a collection of common input prefabs.",
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/LICENSE.md",
"version": "2.1.15",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"pattern",
"input",
"controller",
"vr",
"ar",
"xr",
"spatial"
],
"homepage": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/ExtendRealityLtd/Tilia.Input.UnityInputManager.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "[email protected]",
"url": "https://github.com/ExtendRealityLtd"
},
"dependencies": {
"io.extendreality.zinnia.unity": "2.16.2"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Editor",
"Runtime",
"docfx.json"
]
}