coffeelint-callback-handle-error
Version:
Coffeelint rule finds instances of error objects passed through a callback not being handled
35 lines (34 loc) • 840 B
JSON
{
"name": "coffeelint-callback-handle-error",
"version": "1.0.3",
"description": "Coffeelint rule finds instances of error objects passed through a callback not being handled",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/srgraham/coffeelint-callback-handle-error.git"
},
"keywords": [
"coffeelint",
"coffeelintrule",
"coffeelint-rule",
"coffee-lint",
"callback",
"handle",
"error"
],
"author": "Scott Graham",
"license": "MIT",
"bugs": {
"url": "https://github.com/srgraham/coffeelint-callback-handle-error/issues"
},
"homepage": "https://github.com/srgraham/coffeelint-callback-handle-error",
"dependencies": {
"coffee-script": "^1.12.6"
},
"devDependencies": {
"chai": "^3.5.0"
}
}