-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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 <[email protected]> (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"
}
}