Node module that extends http.ServerResponse to include status code functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

24 lines
559 B

{
"name": "response-codes",
"version": "0.0.1",
"description": "Extends http.ServerResponse to include status code functions.",
"keywords": [
"http", "ServerResponse", "server", "response", "status", "codes", "extend"
],
"author": {
"name": "Brett Langdon",
"email": "brett@blangdon.com"
},
"contributors": [
],
"engines": {
"node": ">= 0.1.90"
},
"dependencies": {
"http-status":"0.1.1"
},
"repository":{
"type": "git"
, "url": "github.com/brettlangdon/node-response-codes.git"
}
}