http_status_codes
Version:
http_status_code module allows user to refer http status codes based on numerical format or text format
34 lines (33 loc) • 823 B
JSON
{
"name": "http_status_codes",
"version": "2.0.5",
"description": "http_status_code module allows user to refer http status codes based on numerical format or text format",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/**/*.js "
},
"keywords": [
"http-status-codes",
"http",
"http-status",
"codes"
],
"author": "Raj Ranjan",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RajRanjan/http_status_codes.git"
},
"bugs": {
"url": "https://github.com/RajRanjan/http_status_codes/issues"
},
"homepage": "https://github.com/RajRanjan/http_status_codes#readme"
}