mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
16 lines
469 B
JSON
16 lines
469 B
JSON
{
|
|
"name": "http-proxy",
|
|
"description": "A full-featured http reverse proxy for node.js",
|
|
"version": "0.1.3",
|
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
"contributors": [
|
|
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }
|
|
],
|
|
"keywords": ["reverse", "proxy", "http"],
|
|
"dependencies": {
|
|
"colors": ">= 0.3.0"
|
|
},
|
|
"main": "./lib/node-http-proxy",
|
|
"scripts": { "test": "vows" },
|
|
"engines": { "node": ">= 0.1.98" }
|
|
} |