forked from psygames/UnityWebSocket
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.35 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.35 KB
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
39
40
41
{
"name": "com.gameframex.unity.psygames.unitywebsocket",
"displayName": "UnityWebSocket",
"category": "UnityWebSocket",
"description": "WebSocket client library for Unity, supporting both non-WebGL (System.Net.WebSockets) and WebGL (JSLIB) platforms.",
"version": "2.9.2",
"unity": "2019.4",
"keywords": [
"Unity WebSocket",
"Game Framework X"
],
"repository": {
"name": "com.gameframex.unity.psygames.unitywebsocket",
"url": "git+https://github.com/gameframex/com.gameframex.unity.psygames.unitywebsocket.git",
"type": "git"
},
"documentationUrl": "https://gameframex.doc.alianblank.com",
"changelogUrl": "https://github.com/GameFrameX/com.gameframex.unity.psygames.unitywebsocket/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/GameFrameX/com.gameframex.unity.psygames.unitywebsocket/blob/main/LICENSE.md",
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"samples": [
{
"displayName": "Samples",
"description": "Samples",
"path": "Samples~"
}
],
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
}
}