fixed npm package, i think. bumped version 0.1.1
Showing
MIT-LICENSE
0 → 100644
{ | { | ||
"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.0", | "version": "0.1.1", | ||
"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" } | ||
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
"dependencies": { | "dependencies": { | ||
"colors": ">= 0.0.1" | "colors": ">= 0.0.1" | ||
}, | }, | ||
"directories": { "lib":"./lib" }, | "main": "./lib/node-http-proxy", | ||
"scripts": { "test": "vows" }, | "scripts": { "test": "vows" }, | ||
"engines": { "node": ">= 0.1.98" } | "engines": { "node": ">= 0.1.98" } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment