http-delayed-response
Version:
Simple module for delaying a response, optionally with long-polling support
37 lines (36 loc) • 836 B
JSON
{
"name": "http-delayed-response",
"version": "0.0.4",
"author": {
"name": "Nicolas Mercier",
"email": "nicolas@extrabacon.net"
},
"description": "Simple module for delaying a response, optionally with long-polling support",
"keywords": [
"http",
"response",
"delayed",
"long-polling",
"polling"
],
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*",
"supertest": "~0.9.0",
"express": "~3.4.8",
"when": "~2.8.0"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "http://github.com/extrabacon/http-delayed-response"
},
"homepage": "http://github.com/extrabacon/http-delayed-response",
"bugs": "http://github.com/extrabacon/http-delayed-response/issues",
"engines": {
"node": ">=0.10"
}
}