snack-root-cause
Version:
Prints root cause error stack for async callback
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "snack-root-cause",
"version": "1.0.0",
"description": "Prints root cause error stack for async callback",
"author": {
"name": "Guoqiang Chen",
"email": "subchen@gmail.com",
"url": "https://github.com/subchen"
},
"contributors": [],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/subchen/snack-root-cause.git"
},
"bugs": {
"url": "https://github.com/subchen/snack-root-cause/issues"
},
"keywords": [
"snack",
"debug",
"error",
"stack",
"exception",
"cause",
"root-cause"
],
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^1.6.0",
"grunt-trimtrailingspaces": "^1.1.0",
"istanbul": "^0.3.13",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "0.0.2"
},
"engines": {
"node": ">= 0.10.0"
},
"main": "index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "mocha",
"test-sa": "grunt sa",
"test-cc": "istanbul cover _mocha -- --reporter mocha-lcov-reporter",
"test-cc-post": "cat ./coverage/lcov.info | coveralls"
}
}