update to docs and package.json
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.5", | "version": "0.1.6", | ||
"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": "Marak Squires", "email": "marak.squires@gmail.com" } | ||
], | ], | ||
"repository": { | |||
"type": "git", | |||
"url": "http://github.com/nodejitsu/node-http-proxy.git" | |||
}, | |||
"keywords": ["reverse", "proxy", "http"], | "keywords": ["reverse", "proxy", "http"], | ||
"dependencies": { | "dependencies": { | ||
"colors": ">= 0.3.0" | "colors": ">= 0.3.0" | ||
... | ... |
Please register or sign in to comment