UNPKG

rest-api-errors

Version:

Common errors that can be thrown to simplify promise based api implementations

33 lines (32 loc) 845 B
{ "name": "rest-api-errors", "version": "1.3.1", "description": "Common errors that can be thrown to simplify promise based api implementations", "main": "index.js", "scripts": { "prepublishOnly": "./generateTypes.js", "generate:types": "./generateTypes.js" }, "keywords": [ "rest", "error", "promise", "http", "status codes", "express", "nodejs" ], "repository": { "type": "git", "url": "https://github.com/blakgeek/rest-api-errors.git" }, "author": "Carlos \"blakgeek\" Lawton", "license": "MIT", "bugs": { "url": "https://github.com/blakgeek/rest-api-errors/issues" }, "homepage": "https://github.com/blakgeek/rest-api-errors", "devDependencies": { "uniq": "^1.0.1" } }