{
  "name": "http-route-proxy",
  "version": "0.2.2",
  "description": "Convenient HTTP proxy for cross-domail request, request forward.",
  "main": "index.js",
  "scripts": {
    "test": "node test/",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/switer/http-proxy.git"
  },
  "keywords": [
    "http",
    "https",
    "proxy",
    "cross-domain",
    "request",
    "forward",
    "express",
    "connect"
  ],
  "author": "switer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/switer/http-proxy/issues"
  },
  "dependencies": {
    "colors": "~0.6.2",
    "http-proxy": "~0.10.3",
    "underscore": "~1.5.2",
    "send": "~0.1.4"
  }
}
