UNPKG

express-multi-proxy-router

Version:

Redirect/route http requests from client browser to express.js server to new host(s), based on url. Great for Ajax/API requests and overcoming avoiding same-origin policy restrictions.

34 lines (33 loc) 1.03 kB
{ "name": "express-multi-proxy-router", "version": "2.0.2", "description": "Redirect/route http requests from client browser to express.js server to new host(s), based on url. Great for Ajax/API requests and overcoming avoiding same-origin policy restrictions. ", "main": "./lib/proxies_express_module.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/dman777/express-multi-proxy-router.git" }, "keywords": [ "express.js", "proxy", "routing", "httprequest", "ajax" ], "author": "Darin Hensley <coolio@ymail.com> (https://github.com/dman777)", "license": "MIT", "bugs": { "url": "https://github.com/dman777/express-multi-proxy-router/issues" }, "homepage": "https://github.com/dman777/express-multi-proxy-router", "dependencies": { "express": ">= 4.4.3", "body-parser": ">= 1.4.3", "bluebird": ">= 2.1.3", "ini": ">= 1.2.1", "restler": ">= 3.2.2" } }