[dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0
Showing
{ | { | ||
"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.1.6", | "version": "0.2.0", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | "author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
"contributors": [ | "contributors": [ | ||
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" } | { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, | ||
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }, | |||
], | ], | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -12,9 +13,10 @@ | ... | @@ -12,9 +13,10 @@ |
}, | }, | ||
"keywords": ["reverse", "proxy", "http"], | "keywords": ["reverse", "proxy", "http"], | ||
"dependencies": { | "dependencies": { | ||
"colors": ">= 0.3.0" | "colors": ">= 0.3.0", | ||
"pool": ">= 0.4.1" | |||
}, | }, | ||
"main": "./lib/node-http-proxy", | "main": "./lib/node-http-proxy", | ||
"scripts": { "test": "vows" }, | "scripts": { "test": "vows" }, | ||
"engines": { "node": ">= 0.1.98" } | "engines": { "node": ">= 0.2.0" } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment