forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.29 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
{
"name": "newrelic",
"version": "0.9.17-132",
"author": "New Relic Node.js agent team <[email protected]>",
"contributors": [
{
"name": "Saxon D'Aubin",
"email": "[email protected]",
"web": "http://newrelic.com"
},
{
"name": "Forrest L Norvell",
"email": "[email protected]",
"web": "http://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.0"
},
"devDependencies": {
"mocha": "~1",
"chai": "~1.0",
"cover": "~0.2",
"request": "~2",
"sinon": "~1.4.2",
"mysql": "~0.9.6",
"architect": "~0.1.4",
"wrench": "~1.3.9",
"carrier": "~0.1.7",
"restify": "~1.4.4",
"tap": "~0.3",
"mongodb": "~1.1.7",
"memcached": "~0.0.12",
"sequelize": "~1.6",
"mongoose": "~3.2.1",
"redis": "~0.8.1",
"bson": "~0.1.5",
"q": "~0.8.12"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/node-newrelic.git"
}
}