wheelhouse-sentry
Version:
A small service to configure a Raven client for error logging. Meant for use with, but not limited to, Node-Wheelhouse
32 lines (31 loc) • 780 B
JSON
{
"name": "wheelhouse-sentry",
"version": "1.0.0",
"description": "A small service to configure a Raven client for error logging. Meant for use with, but not limited to, Node-Wheelhouse",
"main": "index.js",
"homepage": "https://github.com/Node-Wheelhouse/Wheelhouse-Sentry",
"author": {
"name": "Forrest Collins",
"email": "forest.d.collins@gmail.com",
"url": "forrdev.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Node-Wheelhouse/Wheelhouse-Sentry"
},
"bugs": {
"url": "https://github.com/Node-Wheelhouse/Wheelhouse-Sentry/issues"
},
"keywords": [
"wheelhouse",
"raven",
"sentry",
"errors",
"node",
"express"
],
"peerDependencies": {
"raven": "^2.1.0"
},
"license": "MIT"
}