{
  "name": "everybody-needs-a-404",
  "version": "1.7.0",
  "description": "A small proxy that lets you inject modifications to the response so you can test specific scenarios.",
  "main": "src/proxy.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/distributedlife/everybody-needs-a-404.git"
  },
  "keywords": [
    "boy",
    "express",
    "fat",
    "node",
    "proxy",
    "slim",
    "testing"
  ],
  "scripts": {
    "test": "mocha tests/**"
  },
  "author": "Ryan Boucher",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/distributedlife/everybody-needs-a-404/issues"
  },
  "homepage": "https://github.com/distributedlife/everybody-needs-a-404#readme",
  "dependencies": {
    "express": "^4.13.0",
    "lodash": "^3.10.0",
    "request": "^2.58.0"
  },
  "devDependencies": {
    "expect": "^1.8.0"
  }
}
