forked from virtkick/http-master
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.54 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "http-master",
"version": "1.0.5",
"description": "Easy to setup, convenient, universal, parallel, http/https proxy daemon. Setup in 1 minute, run, configure, adapt. Proxying based on excellent node-http-proxy.",
"main": "src/HttpMaster.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/encharm/http-master"
},
"keywords": [
"http",
"https",
"proxy"
],
"bin": {
"http-master": "./bin/http-master",
"cert-scan": "./bin/cert-scan"
},
"author": "Damian Kaczmarek <damian@codecharm.co.uk>",
"contributors": [
"Damian Nowak <damian.nowak@atlashost.eu>"
],
"license": "MIT",
"dependencies": {
"async": "0.9.0",
"bugsnag": "1.5.0",
"compression": "1.2.0",
"eventemitter3": "^0.1.5",
"extend": "2.0.0",
"http-auth": "2.2.3",
"http-proxy": "1.5.3",
"js-yaml": "3.2.3",
"jsonfn": "^0.31.0",
"jsonlint-lines": "1.6.0",
"moment": "2.8.4",
"morgan": "^1.3.2",
"node-watch": "0.3.4",
"parseurl": "^1.3.0",
"send": "^0.10.1",
"serve-static": "^1.7.1",
"spdy": "1.29.1",
"uid-number": "0.0.6",
"ws": "0.5.0",
"x509.js": "^1.0.0",
"xregexp": "2.0.0",
"yargs": "^1.3.2"
},
"devDependencies": {
"chai": "1.10.0",
"fs.extra": "1.2.1",
"istanbul": "0.3.2",
"mocha": "2.0.1",
"should": "4.3.0"
},
"optionalDependencies": {
"codeclimate-test-reporter": "~0.0.3"
}
}