forked from sequoiar/bouncy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 944 Bytes
/
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
{
"name" : "bouncy",
"description" : "route incoming http requests to http servers",
"version" : "3.2.2",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/bouncy.git"
},
"main" : "index.js",
"bin" : {
"bouncy" : "bin/bouncy.js"
},
"keywords" : [
"http",
"proxy",
"router",
"load",
"balancer"
],
"scripts" : {
"test" : "tap test/*.js"
},
"dependencies" : {
"through": "~2.3.4",
"optimist": "~0.3.5"
},
"devDependencies" : {
"tap" : "~0.4.0",
"websocket-server" : "~1.4.04",
"wsclient" : "~0.2.0",
"chunky" : "~0.0.0",
"concat-stream": "~1.0.0",
"split": "~0.2.5"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "[email protected]",
"url" : "http://substack.net"
}
}