{ "name": "koa-connect", "version": "2.0.1", "description": "Use Connect/Express middleware in Koa", "repository": "vkurchatkin/koa-connect", "main": "index.js", "author": "Vladimir Kurchatkin ", "contributors": [ "Louis DeScioli (https://descioli.design)" ], "license": "MIT", "scripts": { "test": "mocha tests.js", "test:watch": "npm run test -- --watch --reporter nyan" }, "devDependencies": { "koa": "^2.0.0", "mocha": "^2.3.4", "supertest": "^1.1.0" }, "keywords": [ "koa", "connect", "express", "middleware" ] }