newrelic
Version:
New Relic agent
172 lines (171 loc) • 4.06 kB
JSON
{
"name": "newrelic",
"version": "4.13.0",
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
"licenses": [
{
"type": "proprietary",
"url": "https://raw.github.com/newrelic/node-newrelic/master/LICENSE"
}
],
"contributors": [
{
"name": "Saxon D'Aubin",
"email": "saxon@newrelic.com",
"web": "http://newrelic.com"
},
{
"name": "Forrest L Norvell",
"email": "forrest@newrelic.com",
"web": "http://newrelic.com/"
},
{
"name": "Jacob Groundwater",
"email": "jacob@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Wraithan (Chris McDonald)",
"email": "wmcdonald@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Michael Hayes",
"email": "mhayes@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Bryan Clement",
"email": "bclement@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Jeff Olfert",
"email": "jolfert@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Wilson Bilkovich",
"email": "wbilkovich@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Jonathan Merrill",
"email": "jmerrill@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Martin Kuba",
"email": "mkuba@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Tim Krajcar",
"email": "tkrajcar@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Eric Wang",
"email": "ewang@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Natalie Wolfe",
"email": "nwolfe@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Seth Shober",
"email": "sshober@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Peter Svetlichny",
"email": "psvetlichny@newrelic.com",
"web": "https://newrelic.com"
},
{
"name": "Michael Goin",
"email": "mgoin@newrelic.com",
"web": "https://newrelic.com"
}
],
"description": "New Relic agent",
"keywords": [
"apm",
"performance",
"monitoring",
"instrumentation",
"debugging",
"profiling"
],
"homepage": "http://github.com/newrelic/node-newrelic",
"engines": {
"node": ">=4.0.0 <11.0.0",
"npm": ">=2.0.0"
},
"directories": {
"lib": "lib"
},
"scripts": {
"bench": "node ./bin/run-bench.js",
"versioned-tests": "./bin/run-versioned-tests.sh",
"versioned": "./bin/run-versioned-tests.sh",
"test": "make test"
},
"bin": {
"newrelic-naming-rules": "./bin/test-naming-rules.js"
},
"dependencies": {
"@newrelic/koa": "^1.0.0",
"@newrelic/superagent": "^1.0.0",
"@tyriar/fibonacci-heap": "^2.0.7",
"async": "^2.1.4",
"concat-stream": "^1.5.0",
"https-proxy-agent": "^2.2.1",
"json-stringify-safe": "^5.0.0",
"readable-stream": "^2.1.4",
"semver": "^5.3.0"
},
"optionalDependencies": {
"@newrelic/native-metrics": "^3.0.0"
},
"devDependencies": {
"@newrelic/proxy": "^1.0.0",
"@newrelic/test-utilities": "^2.0.1",
"JSV": "~4.0.2",
"architect": "*",
"benchmark": "^2.1.4",
"bluebird": "^3.4.7",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"express": "*",
"generic-pool": "*",
"glob": "^7.1.2",
"got": "^8.0.1",
"jsdoc": "^3.4.0",
"lodash": "^4.17.5",
"memcached": ">=0.2.8",
"minami": "^1.1.1",
"mocha": "^5.2.0",
"mongodb": "^2",
"mysql": "*",
"nock": "9.1.9",
"proxyquire": "^1.8.0",
"q": "*",
"redis": "^1.0.0",
"request": "^2.88.0",
"restify": "^4",
"rimraf": "^2.6.2",
"should": "*",
"sinon": "^4.5.0",
"tap": "^12.0.1",
"temp": "^0.8.1",
"through": "^2.3.6",
"when": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/node-newrelic.git"
}
}