{
  "name": "express-http-proxy",
  "version": "0.10.0",
  "description": "http proxy middleware for express",
  "engines": {
    "node": ">=4.0.0"
  },
  "engineStrict": true,
  "main": "index.js",
  "scripts": {
    "test": "npm -s run mocha && npm run -s lint && npm run -s jscs",
    "test:debug": "mocha debug -R spec test/*.js",
    "mocha": "mocha -R spec test/*.js",
    "lint": "jshint index.js test/*.js",
    "jscs": "jscs index.js test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/villadora/express-http-proxy.git"
  },
  "keywords": [
    "express-http-proxy"
  ],
  "author": {
    "name": "villadora",
    "email": "jky239@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/villadora/express-http-proxy/issues"
  },
  "devDependencies": {
    "body-parser": "^1.15.2",
    "express": "^4.3.1",
    "jscs": "^3.0.7",
    "jshint": "^2.5.5",
    "mocha": "^2.1.0",
    "supertest": "^1.2.0"
  },
  "dependencies": {
    "es6-promise": "^3.2.1",
    "raw-body": "^2.1.7"
  },
  "contributors": [
    {
      "name": "Liam Bennett"
    },
    {
      "name": "eldereal",
      "url": "https://github.com/eldereal"
    },
    {
      "name": "Saulius Menkevičius",
      "url": "https://github.com/razzmatazz"
    },
    {
      "name": "Jérémy Lal",
      "email": "kapouer@melix.org"
    },
    {
      "name": "Wei Gao",
      "email": "jky239@gmail.com"
    },
    {
      "name": "Nik Krimm",
      "url": "https://github.com/monkpow"
    }
  ]
}
