UNPKG

924 BJSONView Raw
1{
2 "name": "koa-websocket",
3 "version": "2.1.0",
4 "description": "Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha $NODE_FLAGS test/test.js"
8 },
9 "keywords": [
10 "koa",
11 "websockets",
12 "ws",
13 "sockets",
14 "routes"
15 ],
16 "author": {
17 "name": "Jonathan Cremin",
18 "email": "jonathan@crem.in",
19 "url": "https://crem.in",
20 "twitter": "https://twitter.com/kudoz"
21 },
22 "repository": "git://github.com/kudos/koa-websocket",
23 "bugs": "https://github.com/kudos/koa-websocket/issues",
24 "homepage": "https://github.com/kudos/koa-websocket",
25 "license": "MIT",
26 "dependencies": {
27 "co": "^4.4.0",
28 "debug": "^2.1.2",
29 "koa-compose": "^2.3.0",
30 "ws": "^1.1.0"
31 },
32 "devDependencies": {
33 "koa": "^1.0.0",
34 "koa-route": "^2.4.0",
35 "mocha": "^3.1.0"
36 }
37}