-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
{
"name": "com.mtion.sdk",
"description": "Tools to create assets and clubhouses for mtion studio.",
"version": "0.15.14",
"supportedVersion": "2021.3.25f1",
"unity": "2021.3",
"displayName": "Mtion SDK",
"dependencies": {
"com.unity.addressables": "1.19.19",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.burst": "1.6.6",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"hideInEditor": false,
"license": "MIT",
"author": {
"name": "mtion interactive inc.",
"email": "[email protected]",
"url": "https://mtion.xyz"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"keywords": [
"mtion",
"sdk",
"gaming",
"modding",
"minigames",
"creation",
"live streaming"
]
}