Commit baf0b9e2 authored by indexzero's avatar indexzero

[dist] Version bump. 0.5.11

parent f0649d8d
{ {
"name": "http-proxy", "name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js", "description": "A full-featured http reverse proxy for node.js",
"version": "0.5.10", "version": "0.5.11",
"author": "Charlie Robbins <charlie.robbins@gmail.com>", "author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [ "contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
...@@ -14,14 +14,13 @@ ...@@ -14,14 +14,13 @@
}, },
"keywords": ["reverse", "proxy", "http"], "keywords": ["reverse", "proxy", "http"],
"dependencies": { "dependencies": {
"colors": ">= 0.x.x", "colors": "0.x.x",
"optimist": ">= 0.1.x", "optimist": "0.2.x"
"request": ">= 1.9.x"
}, },
"devDependencies": { "devDependencies": {
"vows": ">= 0.5.x", "request": "1.9.x",
"socket.io": ">= 0.6.x", "vows": "0.5.x",
"docco": ">= 0.3.x" "socket.io": "0.6.x"
}, },
"main": "./lib/node-http-proxy", "main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" }, "bin": { "node-http-proxy": "./bin/node-http-proxy" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment