{
  "name": "redirects",
  "version": "1.1.1",
  "description": "Express/Connect middleware for segment-able url redirects",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/ --reporter dot"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:divshot/redirects.git"
  },
  "keywords": [
    "superstatic",
    "redirects",
    "301",
    "static",
    "divshot"
  ],
  "author": "Divshot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/divshot/redirects/issues"
  },
  "homepage": "https://github.com/divshot/redirects",
  "devDependencies": {
    "connect": "^3.3.3",
    "mocha": "^2.0.1",
    "supertest": "^0.15.0"
  },
  "dependencies": {
    "glob-slasher": "^1.0.0",
    "globject": "^1.0.0",
    "is-url": "^1.2.0",
    "lodash.isobject": "^3.0.0",
    "pathematics": "^0.1.1",
    "toxic": "^1.0.0"
  }
}
