mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 21:45:54 +00:00
remove bouncy
rework request proxy to use native http request and direct socket pipe. Cuts out bouncy which is no longer maintained and simplifies the code path.
This commit is contained in:
19
package.json
19
package.json
@@ -11,25 +11,24 @@
|
||||
"dependencies": {
|
||||
"book": "1.3.1",
|
||||
"book-git": "0.0.2",
|
||||
"book-raven": "1.0.1",
|
||||
"book-raven": "1.1.0",
|
||||
"bookrc": "0.0.1",
|
||||
"bouncy": "3.2.2",
|
||||
"debug": "2.1.0",
|
||||
"express": "4.10.5",
|
||||
"http-proxy": "1.11.1",
|
||||
"debug": "2.2.0",
|
||||
"express": "4.13.3",
|
||||
"http-proxy": "1.12.0",
|
||||
"localenv": "0.2.2",
|
||||
"on-finished": "2.2.0",
|
||||
"on-finished": "2.3.0",
|
||||
"optimist": "0.6.1",
|
||||
"stackup": "0.0.5",
|
||||
"tldjs": "1.5.1"
|
||||
"stackup": "1.0.1",
|
||||
"tldjs": "1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "2.0.1",
|
||||
"localtunnel": "1.8.0",
|
||||
"ws": "0.6.5"
|
||||
"ws": "0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --ui qunit --reporter list -- test",
|
||||
"test": "mocha --ui qunit --reporter spec",
|
||||
"start": "./bin/server"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user