{
  "name": "@rill/unhandled",
  "description": "Build Rill middleware that only run on unhandled requests.",
  "version": "1.1.0",
  "author": "Dylan Piercey <pierceydylan@gmail.com>",
  "bugs": "https://github.com/rill-js/unhandled/issues",
  "devDependencies": {
    "mocha": "^3.0.2",
    "rill": "^5.0.11",
    "snazzy": "^7.0.0",
    "standard": "^10.0.2",
    "supertest": "^3.0.0"
  },
  "homepage": "https://github.com/rill-js/unhandled",
  "keywords": [
    "404",
    "isomorphic",
    "middleware",
    "not found",
    "rill",
    "unhandled",
    "universal"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rill-js/unhandled"
  },
  "scripts": {
    "lint": "standard --verbose | snazzy",
    "test": "npm run lint && mocha ./test/**/*.test.js"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "beforeEach",
      "after",
      "afterEach"
    ]
  }
}
