-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 Bytes
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
34
{
"name": "http-proxy-rules",
"version": "1.1.3",
"description": "A proxy rules add-on to the node-http-proxy module.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donasaur/http-proxy-rules.git"
},
"author": "Don Mai <donhmai@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/donasaur/http-proxy-rules/issues"
},
"homepage": "https://github.com/donasaur/http-proxy-rules#readme",
"devDependencies": {
"async": "^1.5.0",
"chai": "^3.4.1",
"http-proxy": "^1.12.0",
"mocha": "^2.3.4",
"request": "^2.67.0"
},
"keywords": [
"node-http-proxy",
"http-proxy",
"http-proxy-table",
"proxy-table",
"proxy-rules",
"proxy"
]
}