[api test doc] Updated tests. Added ProxyTable functionality
Showing
lib/proxy-table.js
0 → 100644
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"version": "0.3.0", | "version": "0.3.0", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | "author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
"contributors": [ | "contributors": [ | ||
{ "name": "Mikeal Rogers", "email": 'mikeal.rogers@gmail.com' }, | { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, | ||
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" } | { "name": "Marak Squires", "email": "marak.squires@gmail.com" } | ||
], | ], | ||
"repository": { | "repository": { | ||
... | @@ -14,9 +14,13 @@ | ... | @@ -14,9 +14,13 @@ |
"keywords": ["reverse", "proxy", "http"], | "keywords": ["reverse", "proxy", "http"], | ||
"dependencies": { | "dependencies": { | ||
"colors": ">= 0.3.0", | "colors": ">= 0.3.0", | ||
"pool": ">= 0.4.1" | "optimist": ">= 0.0.6", | ||
"pool": ">= 0.4.1", | |||
"request": ">= 0.10.0", | |||
"vows": ">= 0.5.2" | |||
}, | }, | ||
"main": "./lib/node-http-proxy", | "main": "./lib/node-http-proxy", | ||
"scripts": { "test": "vows" }, | "bin": { "http-proxy": "./bin/node-http-proxy" }, | ||
"engines": { "node": ">= 0.2.0" } | "scripts": { "test": "vows test/*-test.js --spec" }, | ||
"engines": { "node": ">= 0.3.0" } | |||
} | } | ||
\ No newline at end of file |
test/helpers.js
0 → 100644
test/proxy-table-test.js
0 → 100644
Please register or sign in to comment