-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 849 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
{
"name": "com.readyplayerme.core",
"version": "1.0.0",
"displayName": "Ready Player Me Core",
"description": "Ready Player Me Core is responsible for module management and setting up the SDK for first time use.",
"unity": "2020.3",
"unityRelease": "0f1",
"documentationUrl": "https://docs.readyplayer.me/ready-player-me/integration-guides/unity-sdk",
"changelogUrl": "https://docs.readyplayer.me/ready-player-me/integration-guides/unity-sdk/changelog",
"licensesUrl": "https://github.com/readyplayerme/rpm-unity-sdk-core/blob/main/LICENSE.md",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"ready player me",
"avatar",
"character",
"metaverse"
],
"author": {
"name": "Ready Player Me",
"email": "info@readyplayer.me",
"url": "https://readyplayer.me"
}
}