blob: 5eb3a5e7bbbf03314028bd6ebc72f9721c5f3d82 [file] [log] [blame]
{
"author": {
"email": "bvdrucker@gmail.com",
"name": "Ben Drucker",
"url": "bendrucker.me"
},
"browser": "browser.js",
"description": "The map of HTTP status codes from the builtin http module",
"devDependencies": {
"standard": "^4.0.0",
"tape": "^4.0.0"
},
"files": [
"index.js",
"browser.js",
"build.js"
],
"keywords": [
"http",
"status",
"codes",
"builtin",
"map"
],
"license": "MIT",
"main": "index.js",
"name": "builtin-status-codes",
"repository": "bendrucker/builtin-status-codes",
"scripts": {
"build": "node build.js",
"test": "standard && tape test.js"
},
"standard": {
"ignore": [
"browser.js"
]
},
"version": "3.0.0"
}