-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
73 lines (73 loc) · 1.88 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
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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "http-master",
"version": "1.2.7",
"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": "istanbul 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 <[email protected]>",
"contributors": [
"Damian Nowak <[email protected]>",
"Sergey Zarouski <[email protected]>"
],
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"bluebird": "^3.4.3",
"bugsnag": "1.8.0",
"compression": "^1.6.2",
"connect-gzip-static": "^1.0.0",
"eventemitter3": "^1.2.0",
"extend": "3.0.0",
"greenlock": "^2.1.15",
"http-auth": "~2.2.9",
"http-proxy": "^1.16.2",
"js-yaml": "3.6.1",
"jsonfn": "0.31.0",
"jsonlint-lines": "1.7.1",
"le-challenge-standalone": "^2.0.0",
"le-sni-auto": "^2.0.1",
"memoizee": "^0.4.1",
"moment": "^2.17.1",
"morgan": "1.7.0",
"node-watch": "^0.4.0",
"ocsp": "^1.1.0",
"parseurl": "^1.3.1",
"send": "^0.14.2",
"spdy": "^3.4.0",
"uid-number": "0.0.6",
"uuid": "^2.0.2",
"ws": "^1.1.1",
"x509.js": "1.0.0",
"xregexp": "^3.1.1",
"yargs": "^6.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"fs.extra": "1.3.2",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"should": "^11.1.0"
},
"optionalDependencies": {
"bufferutil": "^1.2.1",
"codeclimate-test-reporter": "~0.3.3",
"utf-8-validate": "^1.2.1"
}
}