{
  "name": "scenic-route",
  "version": "1.0.0",
  "description": "A powerful, performant, and extensible server-side router.",
  "main": "./src/factory.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive --reporter nyan"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaunpersad/scenic-route.git"
  },
  "keywords": [
    "route",
    "router",
    "expressjs",
    "laravel"
  ],
  "author": "Shaun Persad <shaunpersad@gmail.com> (http://github.com/shaunpersad)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shaunpersad/scenic-route/issues"
  },
  "homepage": "https://github.com/shaunpersad/scenic-route#readme",
  "dependencies": {
    "accepts": "^1.3.0",
    "async": "^1.5.0",
    "finalhandler": "^0.4.0",
    "lodash": "^3.10.1",
    "qs": "^6.0.0",
    "send": "^0.13.0",
    "type-is": "^1.6.9"
  },
  "devDependencies": {
    "body-parser": "^1.14.1",
    "express": "^4.13.4",
    "mocha": "^2.3.3",
    "random-words": "0.0.1",
    "should": "^7.1.1",
    "supertest": "^1.1.0"
  },
  "engine": "node >= 4.0.0"
}
