{
  "name": "fsroute",
  "description": "A filesystem-based router.  Resources are served from filesystem paths that correspond to the URL.",
  "version": "0.4.0",
  "homepage": "https://github.com/randymized/fsroute",
  "author": {
    "name": "Randy McLaughlin",
    "email": "ot40ddj02@sneakemail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/randymized/fsroute.git"
  },
  "bugs": {
    "url": "https://github.com/randymized/fsroute/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/randymized/fsroute/blob/master/LICENSE-MIT"
    }
  ],
  "main": "./index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt simplemocha"
  },
  "devDependencies": {
    "mocha": "~2.2.5",
    "should": "~7.0.4",
    "grunt-contrib-jshint": "~0.11.2",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-simple-mocha": "~0.4.0",
    "grunt": "~0.4.5",
    "connect": "~3.4.0",
    "async": "~1.4.2",
    "request": "~2.61.0"
  },
  "keywords": [],
  "dependencies": {
    "composable-middleware": "~0.3.0",
    "lodash": "~3.10.1"
  }
}
