123456789101112131415161718 |
- {
- "name": "springy-websock",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "bootstrap": "^4.3.1",
- "jquery": "^3.4.1",
- "sockjs-client": "^1.3.0",
- "stomp-websocket": "^2.3.4-next"
- }
- }
|