custom-err
Version:
Easily create an error with custom properties attached.
25 lines (24 loc) • 584 B
JSON
{
"name": "custom-err",
"version": "0.0.2",
"description": "Easily create an error with custom properties attached.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alessioalex/custom-err"
},
"keywords": [
"err",
"custom",
"custom-error",
"customerror"
],
"author": "Alexandru Vladutu <alexandru.vladutu@gmail.com> (http://careers.stackoverflow.com/alessioalex)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alessioalex/custom-err/issues"
}
}