{
  "name": "http-proxy",
  "version": "0.9.1",
  "description": "A full-featured http reverse proxy for node.js",
  "author": "Nodejitsu Inc. <info@nodejitsu.com>",
  "maintainers": [
    "indexzero <charlie@nodejitsu.com>",
    "AvianFlu <avianflu@nodejitsu.com>"
  ],
  "repository": {
    "type": "git",
    "url": "http://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"
  }
}

