forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 2.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "newrelic",
"version": "1.13.2",
"author": "New Relic Node.js agent team <[email protected]>",
"licenses": [
{
"type": "proprietary",
"url": "https://raw.github.com/newrelic/node-newrelic/master/LICENSE"
}
],
"contributors": [
{
"name": "Saxon D'Aubin",
"email": "[email protected]",
"web": "http://newrelic.com"
},
{
"name": "Forrest L Norvell",
"email": "[email protected]",
"web": "http://newrelic.com/"
},
{
"name": "Jacob Groundwater",
"email": "[email protected]",
"web": "https://newrelic.com"
},
{
"name": "Wraithan (Chris McDonald)",
"email": "[email protected]",
"web": "https://newrelic.com"
},
{
"name": "Michael Hayes",
"email": "[email protected]",
"web": "https://newrelic.com"
},
{
"name": "Jeff Olfert",
"email": "[email protected]",
"web": "https://newrelic.com"
}
],
"description": "New Relic agent",
"keywords": [
"apm",
"performance",
"monitoring",
"instrumentation",
"debugging",
"profiling"
],
"homepage": "http://github.com/newrelic/node-newrelic",
"engines": {
"node": ">=0.6.0"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"bunyan": "0.14.6",
"continuation-local-storage": "^3.1.0",
"json-stringify-safe": "^5.0.0",
"proxying-agent": "^0.1.6",
"yakaa": "^1.0.0"
},
"bundledDependencies": [
"bunyan",
"continuation-local-storage",
"json-stringify-safe",
"proxying-agent",
"yakaa"
],
"devDependencies": {
"JSV": "~4.0.2",
"architect": "*",
"async": "*",
"carrier": "*",
"chai": "*",
"connect": "*",
"cover": "*",
"express": "*",
"generic-pool": "*",
"glob": "~3.2.9",
"hapi": "*",
"memcached": ">=0.2.8",
"mkdirp": "*",
"mocha": "*",
"mongodb": "*",
"mysql": "*",
"nave": "*",
"nock": "0.31.2",
"node-cassandra-cql": "^0.5.0",
"npm-license": "*",
"pg": "^3.4.0",
"pg.js": "^3.4.1",
"proxy": "^0.2.3",
"q": "*",
"qx": "*",
"redis": "*",
"request": "*",
"restify": "~2.6.3",
"sequelize": "*",
"semver": "^4.1.0",
"should": "*",
"sinon": "*",
"split": "*",
"tap": "*",
"wrench": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/node-newrelic.git"
}
}