-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
38 lines (38 loc) · 1002 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
{
"name": "com.itisnajim.socketiounity",
"version": "1.1.4",
"description": "A Wrapper for [socket.io-client-csharp](https://github.com/doghappy/socket.io-client-csharp) to work with Unity.",
"displayName": "Unity SocketIO",
"unity": "2018.4",
"documentationUrl": "https://github.com/itisnajim/SocketIOUnity",
"changelogUrl": "https://github.com/itisnajim/SocketIOUnity/releases",
"licensesUrl": "https://github.com/itisnajim/SocketIOUnity/blob/main/LICENSE",
"keywords": [
"Unity",
"Unity3d",
"Multiplayer",
"Realtime",
"socket.io",
"socket-io",
"Realtime",
"WebSocket",
"Connection",
"tcp",
"events",
"socket",
"io"
],
"dependencies": {
"com.unity.nuget.newtonsoft-json" : "3.0.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/itisnajim/SocketIOUnity"
},
"author": {
"name": "itisnajim",
"email": "[email protected]",
"url": "https://www.itisnajim.com"
}
}