bunyan-raven
Version:
A bunyan-compatible stream interface that sends error logs to raven-node.
30 lines (29 loc) • 704 B
JSON
{
"name": "bunyan-raven",
"version": "0.5.0",
"description": "A bunyan-compatible stream interface that sends error logs to raven-node.",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"raven": "1.x.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/chakrit/bunyan-raven.git"
},
"keywords": [
"bunyan",
"raven",
"error-logging",
"getsentry"
],
"author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/chakrit/bunyan-raven/issues"
}
}