node-http-proxy/package.json
2010-08-05 15:27:10 -04:00

20 lines
577 B
JSON

{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.1.6",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }
],
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/node-http-proxy.git"
},
"keywords": ["reverse", "proxy", "http"],
"dependencies": {
"colors": ">= 0.3.0"
},
"main": "./lib/node-http-proxy",
"scripts": { "test": "vows" },
"engines": { "node": ">= 0.1.98" }
}