UNPKG

@dannybster/coco-the-bear-http-errors

Version:

A collection of error objects that represent http response objects for CoCo The Bear.

41 lines (40 loc) 1.12 kB
{ "name": "@dannybster/coco-the-bear-http-errors", "version": "0.0.5", "description": "A collection of error objects that represent http response objects for CoCo The Bear.", "main": "index.js", "scripts": { "pretest": "./node_modules/eslint/bin/eslint.js .", "test": "./node_modules/mocha/bin/_mocha ./test --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/dannybster/coco-the-bear-http-errors.git" }, "keywords": [ "HTTP", "errors", "CoCo", "The", "Bear" ], "author": "Daniel Bruce", "license": "ISC", "bugs": { "url": "https://github.com/dannybster/coco-the-bear-http-errors/issues" }, "homepage": "https://github.com/dannybster/coco-the-bear-http-errors#readme", "devDependencies": { "@dannybster/coco-the-bear-test-utils": "0.0.3", "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-react": "^6.10.3", "mocha": "^3.3.0", "should": "^11.2.1" }, "dependencies": { "verror": "^1.9.0" } }