-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 889 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "com.emteqlabs.emteqvr",
"version": "1.5.4",
"displayName": "EmteqVR",
"description": "EmteqVR SDK for Unity",
"unity": "2019.4",
"license": "MIT",
"keywords": [
"emteq",
"emteqlabs",
"biometrics",
"physiological",
"emotion",
"analytics",
"insights"
],
"author": {
"name": "EmteqLabs",
"email": "info@emteqlabs.com",
"url": "https://www.emteqlabs.com/"
},
"samples": [
{
"displayName": "EmteqVR",
"description": "Demos and API usage for EmteqVR",
"path": "Samples/EmteqVR"
},
{
"displayName": "EmteqVR Eye",
"description": "Demo and APIs for Eye tracking",
"path": "Samples/EmteqVR Eye"
}
],
"dependencies": {
"com.unity.webrtc": "2.4.0-exp.6",
"com.unity.renderstreaming": "3.1.0-exp.3",
"com.unity.mathematics": "1.2.6"
},
"type": "library"
}