-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 936 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
{
"name": "com.accelbyte.unitysdk",
"displayName": "AccelByte Unity SDK",
"version": "17.2.0",
"unity": "2020.3",
"description": "Official AccelByte's backend service SDK for Unity game engine",
"keywords": [
"accelbyte",
"third party",
"services",
"multiplayer",
"backend"
],
"author": {
"name": "AccelByte Inc",
"url": "https://accelbyte.io/"
},
"changelogUrl": "https://github.com/AccelByte/accelbyte-unity-sdk/releases",
"documentationUrl": "https://docs.accelbyte.io/gsg/sdk-guides/unity-sdk-getting-started.html",
"hideInEditor": false,
"category": "editor extensions",
"homepage": "https://accelbyte.io/",
"repository": {
"type": "git",
"url": "https://github.com/AccelByte/accelbyte-unity-sdk"
},
"bugs": "https://github.com/AccelByte/accelbyte-unity-sdk/issues",
"type": "library",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.1"
}
}