react-stompjs
Version:
React websocket High Order Component with @stomp/stompjs (V5) over SockJS
34 lines (33 loc) • 777 B
JSON
{
"name": "react-stompjs",
"version": "0.5.3",
"description": "React websocket High Order Component with @stomp/stompjs (V5) over SockJS",
"main": "./stomp.js",
"repository": {
"type": "git",
"url": "git+https://github.com/loming/react-stompjs.git"
},
"keywords": [
"react",
"websocket",
"sockjs",
"stomp",
"stompjs"
],
"author": "loming",
"license": "MIT",
"bugs": {
"url": "https://github.com/loming/react-stompjs/issues"
},
"homepage": "https://github.com/loming/react-stompjs#readme",
"dependencies": {
"@stomp/stompjs": "^5.2.0",
"eventemitter3": "^3.1.0",
"prop-types": "^15.7.2",
"sockjs-client": "^1.3.0",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"react": "^16.6.3"
}
}