generated from ExtendRealityLtd/Template.Tilia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.69 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
{
"name": "io.extendreality.tilia.output.interactorhaptics.unity",
"displayName": "Tilia Output InteractorHaptics Unity",
"description": "Provides the ability to initiate haptic feedback on the controllers connected to an interactor for the Unity software.",
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/blob/master/LICENSE.md",
"version": "2.1.81",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"output",
"haptics",
"feedback"
],
"homepage": "https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "[email protected]",
"url": "https://github.com/ExtendRealityLtd"
},
"dependencies": {
"io.extendreality.zinnia.unity": "2.16.2",
"io.extendreality.tilia.camerarigs.trackedalias.unity": "2.5.5",
"io.extendreality.tilia.interactions.interactables.unity": "2.18.1"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Runtime",
"Editor",
"docfx.json"
]
}