mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 02:36:03 +10:00
added tags
This commit is contained in:
15
package.json
15
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "api-websocket-bridge",
|
"name": "api-websocket-bridge",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "API WebSocket Bridge is a Node.js application that provides a WebSocket server for real-time communication. It allows clients to connect and exchange data using the WebSocket protocol",
|
"description": "API WebSocket Bridge is a Node.js application that provides a WebSocket server for real-time communication. It allows clients to connect and exchange data using the WebSocket protocol",
|
||||||
"main": "source/index.js",
|
"main": "source/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -17,5 +17,16 @@
|
|||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/litruv/API-WebSocket-Bridge.git"
|
"url": "https://github.com/litruv/API-WebSocket-Bridge.git"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"API",
|
||||||
|
"WebSocket",
|
||||||
|
"Bridge",
|
||||||
|
"Real-time",
|
||||||
|
"Communication",
|
||||||
|
"Node.js",
|
||||||
|
"WebSocket Server",
|
||||||
|
"WebSocket Protocol",
|
||||||
|
"Web Development"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user