{
  "name": "detour",
  "version": "1.3.4",
  "description": "Resource-oriented routing:  Route to objects instead of functions for better code-reuse and organization.",
  "main": "index.js",
  "scripts": {
    "test": "make test-coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cainus/detour.git"
  },
  "keywords": [
    "router",
    "resourceful",
    "resource",
    "rest",
    "route",
    "middleware",
    "http",
    "api"
  ],
  "author": "Gregg Caines",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cainus/detour/issues"
  },
  "homepage": "https://github.com/cainus/detour",
  "devDependencies": {
    "coveralls": "2.6.1",
    "istanbul": "0.2.3",
    "jshint": "2.4.0",
    "mocha": "1.16.2",
    "request": "^2.79.0",
    "should": "2.1.1"
  },
  "dependencies": {
    "connect": "3.1.0",
    "methods": "0.1.0",
    "urlgrey": "0.4.4",
    "verity": "0.4.0"
  }
}
