{
  "name": "koa-unless",
  "version": "1.0.7",
  "description": "Conditionally add a middleware to Koa with some common patterns.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "koa",
    "middleware",
    "unless"
  ],
  "author": "Jesus Rodriguez <Foxandxss@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/Foxandxss/koa-unless.git"
  },
  "license": "MIT",
  "devDependencies": {
    "koa": "^2.0.1",
    "mocha": "^2.2.5",
    "supertest": "^1.0.1"
  }
}
