newrelic-plus
Version:
Just a small utility to enhance our integration with NewRelic.
29 lines (28 loc) • 636 B
JSON
{
"name": "newrelic-plus",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namshi/node-newrelic-plus.git"
},
"keywords": [
"newrelic",
"namshi",
"error",
"swag"
],
"author": "Alex Nadalin <alessandro.nadalin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/node-newrelic-plus/issues"
},
"homepage": "https://github.com/namshi/node-newrelic-plus#readme",
"dependencies": {
"newrelic": "^4.2.0"
}
}