-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
40 lines (40 loc) · 1022 Bytes
/
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
{
"name": "com.bouvet.developmentkit",
"version": "1.1.1",
"displayName": "Bouvet Development Kit",
"description": "Bouvet Development Kit is a full interaction system for Mixed Reality applications on HoloLens.",
"unity": "2020.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bouvet/BouvetDevelopmentKit.git"
},
"dependencies": {
"com.unity.vectorgraphics": "2.0.0-preview.16",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.0.2",
"com.unity.xr.windowsmr": "4.5.0"
},
"keywords": [
"bouvet",
"BDK",
"mixed reality",
"mixed-reality",
"AR",
"XR",
"hololens"
],
"author": {
"name": "Bouvet Norge AS",
"email": "hololens@bouvet.no",
"url": "https://www.bouvet.no"
},
"documentationUrl": "https://github.com/bouvet/com.bouvet.developmentkit/wiki",
"samples": [
{
"displayName": "BDK Essentials",
"description": "",
"path": "Samples~/BDK Essentials"
}
]
}