hand-response
Version:
monkey patch of response, compatible with connect/express, handover
37 lines (36 loc) • 917 B
JSON
{
"name": "hand-response",
"version": "0.2.1",
"description": "monkey patch of response, compatible with connect/express, handover",
"main": "response.coffee",
"scripts": {
"test": "set TEST=true && mocha --compilers coffee:coffee-script/register --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/js-seth-h/hand-response.git"
},
"keywords": [
"handover",
"connect",
"response"
],
"author": "js.seth.h@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/js-seth-h/hand-response/issues"
},
"homepage": "https://github.com/js-seth-h/hand-response",
"dependencies": {
"response-send": "0.0.1",
"debug": "^0.8.1"
},
"devDependencies": {
"request": "^2.34.0",
"handover": "^0.2.1",
"connect": "^3.0.0-rc.2",
"mocha": "^1.18.2",
"coffee-script": "^1.7.1",
"supertest": "^0.12.1"
}
}