rekt
Version:
Easy to use custom errors and handlers.
34 lines (33 loc) • 734 B
JSON
{
"name": "rekt",
"version": "1.3.6",
"description": "Easy to use custom errors and handlers.",
"main": "index.js",
"scripts": {
"test": "mocha tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jesusrmoreno/Rekt.git"
},
"keywords": [
"Errors",
"error",
"custom",
"errors"
],
"author": "Jesus R Moreno <jesusrmor94@gmail.com> (http://jesusrmoreno.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesusrmoreno/Rekt/issues"
},
"homepage": "https://github.com/jesusrmoreno/Rekt",
"dependencies": {
"inherits": "^2.0.1",
"pascal-case": "^1.1.0"
},
"devDependencies": {
"babelify": "^6.0.2",
"chai": "^1.10.0"
}
}