Files
server/package.json
Roman Shtylman 1b1d75b750 detect when http client request is finished and close connection
If the request is finished before we need to respond, we set a flag and
close the connection.

We also close the connection when the request finishes anyway because we
really like a new connection for each request. Things play nicer with
bouncy that way.
2014-04-22 20:34:13 -04:00

42 lines
991 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel-server",
"description": "expose localhost to the world",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel-server.git"
},
"dependencies": {
"book": "1.3.1",
"optimist": "0.6.0",
"debug": "0.8.0",
"bookrc": "0.0.1",
"book-git": "0.0.2",
"book-raven": "1.0.1",
"engine.io": "0.7.12",
"engine.io-client": "0.7.12",
"flip-counter": "0.5.3",
"browserkthx": "0.0.2",
"hbs": "2.4.0",
"taters": "0.1.0",
"express": "3.4.7",
"makeup": "0.0.1",
"enchilada": "0.6.0",
"bouncy": "3.2.1",
"superstack": "0.0.4",
"stylish": "0.4.1",
"makeover": "0.0.1",
"tldjs": "1.3.1",
"finished": "1.1.2"
},
"devDependencies": {
"mocha": "1.18.2",
"localtunnel": "1.1.2"
},
"scripts": {
"test": "mocha --ui qunit --reporter list -- test",
"start": "./bin/server"
}
}