{
  "name": "koa-routing",
  "version": "1.3.1",
  "description": "Routing middleware for Koa",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "koa",
    "routing",
    "router"
  ],
  "author": "Ivan Pusic",
  "license": "MIT",
  "dependencies": {
    "methods": "~1.0.0",
    "assert": "~1.1.1",
    "path-to-regexp": "~0.1.2",
    "concat-regexp": "0.0.1",
    "expect": "~0.1.1",
    "koa-compose": "~2.2.0"
  },
  "devDependencies": {
    "koa": "~0.5.2",
    "supertest": "~0.10.0",
    "mocha": "~1.18.2",
    "should": "~3.2.0-beta1"
  }
}
