[api test dist doc] Updated for 0.3.0 release
Showing
{ | ||
"name": "http-proxy", | ||
"description": "A full-featured http reverse proxy for node.js", | ||
"version": "0.1.6", | ||
"version": "0.3.0", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
"contributors": [ | ||
"contributors": [ | ||
{ "name": "Mikeal Rogers", "email": 'mikeal.rogers@gmail.com' }, | ||
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" } | ||
], | ||
"repository": { | ||
... | ... | @@ -12,9 +13,10 @@ |
}, | ||
"keywords": ["reverse", "proxy", "http"], | ||
"dependencies": { | ||
"colors": ">= 0.3.0" | ||
"colors": ">= 0.3.0", | ||
"pool": ">= 0.4.1" | ||
}, | ||
"main": "./lib/node-http-proxy", | ||
"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