removed extra self, updated colors requirement, bumped to version 0.1.3
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.2", | "version": "0.1.3", | ||
"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" } | ||
], | ], | ||
"keywords": ["reverse", "proxy", "http"], | "keywords": ["reverse", "proxy", "http"], | ||
"dependencies": { | "dependencies": { | ||
"colors": ">= 0.0.1" | "colors": ">= 0.0.3" | ||
}, | }, | ||
"main": "./lib/node-http-proxy", | "main": "./lib/node-http-proxy", | ||
"scripts": { "test": "vows" }, | "scripts": { "test": "vows" }, | ||
... | ... |
Please register or sign in to comment