integration-websocket-rest-api
Version:
A JavaScript library for easy integration of REST API and WebSocket communication with state management in JS applications.
27 lines (26 loc) • 637 B
JSON
{
"name": "integration-websocket-rest-api",
"version": "1.0.51",
"description": "A JavaScript library for easy integration of REST API and WebSocket communication with state management in JS applications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"REST",
"websocket",
"integration",
"networking",
"communication",
"API"
],
"author": "Thafzil Ahamed Sardar",
"license": "ISC",
"dependencies": {
"redux": "^4.2.1",
"numeral": "^2.0.6",
"websocket": "^1.0.34",
"axios": "^1.5.1",
"moment": "^2.29.4"
}
}