{ "name": "brinkbit-custom-errors", "version": "0.4.4", "description": "Collection of custom errors used across brinkbit modules.", "main": "src/index.js", "dependencies": { "custom-error-instance": "^2.1.1" }, "devDependencies": { "babel-plugin-__coverage__": "^11.0.0", "babel-register": "^6.14.0", "chai": "^3.5.0", "cross-env": "^2.0.1", "eslint": "^3.19.0", "eslint-config-airbnb": "^15.0.1", "eslint-config-brinkbit": "^0.1.10", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-import": "^2.6.1", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-node": "^4.2.2", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^7.1.0", "mocha": "^3.0.2", "nyc": "^8.3.0" }, "scripts": { "debug": "cross-env NODE_ENV=debug nyc --reporter=html --reporter=text mocha test/index.js", "test": "cross-env NODE_ENV=test nyc --reporter=html --reporter=text mocha test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Brinkbit/brinkbit-custom-errors.git" }, "keywords": [ "brinkbit", "custom", "error", "http" ], "author": "Brinkbit", "license": "MIT", "bugs": { "url": "https://github.com/Brinkbit/brinkbit-custom-errors/issues" }, "homepage": "https://github.com/Brinkbit/brinkbit-custom-errors#readme" }