{
  "name": "http-proxy",
  "version": "0.10.3",
  "description": "A full-featured http reverse proxy for node.js",
  "author": {
    "name": "Nodejitsu Inc.",
    "email": "info@nodejitsu.com"
  },
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "cronopio",
      "email": "aristizabal.daniel@gmail.com"
    },
    {
      "name": "bradleymeck",
      "email": "bradley.meck@gmail.com"
    },
    {
      "name": "avianflu",
      "email": "charlie@charlieistheman.com"
    },
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejitsu/node-http-proxy.git"
  },
  "keywords": [
    "reverse",
    "proxy",
    "http"
  ],
  "dependencies": {
    "colors": "0.x.x",
    "optimist": "0.3.x",
    "pkginfo": "0.2.x",
    "utile": "~0.1.7"
  },
  "devDependencies": {
    "request": "2.14.x",
    "vows": "0.7.x",
    "async": "0.2.x",
    "socket.io": "0.9.11",
    "socket.io-client": "0.9.11",
    "ws": "0.4.23"
  },
  "main": "./lib/node-http-proxy",
  "bin": {
    "node-http-proxy": "./bin/node-http-proxy"
  },
  "scripts": {
    "test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
    "test-http": "vows --spec && vows --spec --target=https",
    "test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https",
    "test-core": "test/core/run"
  },
  "engines": {
    "node": ">= 0.6.6"
  },
  "bugs": {
    "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  },
  "_id": "http-proxy@0.10.3",
  "dist": {
    "shasum": "72ca9d503a75e064650084c58ca11b82e4b0196d",
    "tarball": "http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.3.tgz"
  },
  "_from": "http-proxy@0.10.3",
  "_npmVersion": "1.2.32",
  "_npmUser": {
    "name": "mmalecki",
    "email": "me@mmalecki.com"
  },
  "directories": {},
  "_shasum": "72ca9d503a75e064650084c58ca11b82e4b0196d",
  "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.10.3.tgz",
  "readme": "ERROR: No README data found!",
  "homepage": "https://github.com/nodejitsu/node-http-proxy#readme"
}
