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
| {
| "name": "com.endel.nativewebsocket",
| "version": "1.1.5",
| "description": "WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP).",
| "license": "Apache 2.0",
| "repository": {
| "type": "git",
| "url": "https://github.com/endel/NativeWebSocket.git"
| },
| "author": {
| "name": "Endel Dreyer",
| "email": "endel.dreyer@gmail.com",
| "url": "https://github.com/endel/NativeWebSocket"
| },
| "keywords": [
| "websocket",
| "websockets",
| "native websocket",
| "native websockets"
| ],
| "displayName": "Native WebSockets",
| "unity": "2019.1",
| "dependencies": {},
| "samples": [
| {
| "displayName": "Example",
| "description": "WebSocket Example",
| "path": "Samples~/WebSocketExample"
| } ]
| }
|
|