{
  "name": "@rill/redirect",
  "description": "Simple permanent redirect middleware for Rill.",
  "version": "1.0.0",
  "author": "Dylan Piercey <pierceydylan@gmail.com>",
  "bugs": "https://github.com/rill-js/redirect/issues",
  "devDependencies": {
    "mocha": "^3.0.2",
    "rill": "^0.8.10",
    "snazzy": "^4.0.1",
    "standard": "^8.0.0",
    "supertest": "^2.0.0"
  },
  "homepage": "https://github.com/rill-js/redirect",
  "keywords": [
    "isomorphic",
    "middleware",
    "redirect",
    "rill",
    "universal"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rill-js/redirect"
  },
  "scripts": {
    "lint": "standard --verbose | snazzy",
    "test": "npm run lint && mocha ./test/**/*.test.js"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "beforeEach",
      "after",
      "afterEach"
    ]
  }
}
