aboutsummaryrefslogtreecommitdiff
path: root/node_modules/koa-connect/package.json
blob: 8a32386499b0f91165c32b05c1922588f033186f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "koa-connect",
  "version": "2.0.1",
  "description": "Use Connect/Express middleware in Koa",
  "repository": "vkurchatkin/koa-connect",
  "main": "index.js",
  "author": "Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>",
  "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"
  ]
}