UNPKG

reed-koa-websocket

Version:
36 lines (35 loc) 763 B
{ "name": "reed-koa-websocket", "version": "1.0.2", "description": "routable websocket wrapper for koa (ES6+)", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/HansHuang/Reed-Koa-Websocket.git" }, "keywords": [ "reed", "koa", "websocket", "ws" ], "author": "HansHuang", "license": "MIT", "bugs": { "url": "https://github.com/HansHuang/Reed-Koa-Websocket/issues" }, "homepage": "https://github.com/HansHuang/Reed-Koa-Websocket#readme", "dependencies": { "debug": "^4.4.0", "koa-compose": "^4.1.0", "ws": "^8.18.1" }, "devDependencies": { "koa": "^2.16.0", "koa-router": "^13.0.1", "mocha": "^11.1.0" } }