UNPKG

generic-errors

Version:
40 lines (39 loc) 914 B
{ "name": "generic-errors", "version": "2.3.1", "description": "Generic errors with common http codes", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "node ./tests" }, "repository": { "type": "git", "url": "git+https://github.com/MauriceButler/generic-errors.git" }, "keywords": [ "error", "errors", "http", "custom", "generic", "code", "404", "200", "teapot" ], "author": "Maurice Butler <maurice.butler@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/MauriceButler/generic-errors/issues" }, "homepage": "https://github.com/MauriceButler/generic-errors", "devDependencies": { "tape": "^5.5.3" }, "dependencies": { "capture-stack-trace": "^1.0.1" } }