UNPKG

collins-error

Version:

Custom error class used by the collins system

41 lines (40 loc) 864 B
{ "name": "collins-error", "version": "1.2.0", "description": "Custom error class used by the collins system", "main": "index.js", "scripts": { "lint": "semistandard", "mocha": "mocha ./test/*.test.js", "test": "npm run lint && npm run mocha" }, "repository": { "type": "git", "url": "git+https://github.com/mikemimik/collins-error.git" }, "bugs": { "url": "https://github.com/mikemimik/collins-error/issues" }, "homepage": "https://github.com/mikemimik/collins-error#readme", "keywords": [ "collins", "iot", "error" ], "author": "Michael Perrotte", "license": "MIT", "dependencies": { "async": "^2.0.1", "lodash": "^4.15.0" }, "devDependencies": { "mocha": "^3.0.2", "semistandard": "^8.0.0" }, "semistandard": { "globals": [ "describe", "it" ] } }