-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
31 lines (31 loc) · 955 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
{
"name": "com.stresslevelzero.marrow.sdk",
"version": "0.3.7-1748",
"displayName": "Marrow SDK",
"description": "Marrow Software Development Kit. Used to create content with Pallets and Crates for Marrow based games.",
"unity": "2021.3",
"dependencies": {
"com.unity.addressables": "1.19.18",
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.scriptablebuildpipeline": "1.19.6",
"com.unity.subsystemregistration": "1.1.0",
"com.unity.profiling.core": "1.0.2",
"com.unity.splines": "1.0.1",
"com.unity.mathematics": "1.2.6",
"com.unity.xr.management": "4.2.1",
"com.unity.xr.oculus": "3.0.1",
"com.unity.xr.mock-hmd": "1.3.0-preview.1"
},
"keywords": [
"slz",
"stresslevelzero",
"marrow"
],
"author": {
"name": "StressLevelZero",
"email": "contact@stresslevelzero.com",
"url": "http://www.stresslevelzero.com/"
},
"unityRelease": "5f1",
"hideInEditor": false
}