mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
22 lines
669 B
JSON
22 lines
669 B
JSON
{
|
|
"name": "http-proxy",
|
|
"description": "A full-featured http reverse proxy for node.js",
|
|
"version": "0.3.0",
|
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
"contributors": [
|
|
{ "name": "Mikeal Rogers", "email": 'mikeal.rogers@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"],
|
|
"dependencies": {
|
|
"colors": ">= 0.3.0",
|
|
"pool": ">= 0.4.1"
|
|
},
|
|
"main": "./lib/node-http-proxy",
|
|
"scripts": { "test": "vows" },
|
|
"engines": { "node": ">= 0.2.0" }
|
|
} |