forked from rollbar/node_rollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 970 Bytes
/
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
{
"name": "rollbar",
"description": "A standalone (Node.js) client for Rollbar",
"homepage": "https://rollbar.com/docs/notifier/node_rollbar/",
"keywords": [
"rollbar",
"exception",
"uncaughtException",
"error",
"ratchetio",
"ratchet"
],
"version": "0.6.6",
"repository": "git://github.com/rollbar/node_rollbar.git",
"author": "Rollbar, Inc. <[email protected]>",
"license": "MIT",
"main": "rollbar",
"scripts": {
"test": "vows --spec test/*.js",
"test-and-coverage": "istanbul cover -- vows --spec test/*.js"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"async": "~1.2.1",
"debug": "2.2.0",
"json-stringify-safe": "~5.0.0",
"lru-cache": "~2.2.1",
"request-ip": "~1.2.3",
"uuid": "~3.0.0"
},
"devDependencies": {
"express": "*",
"jade": "~0.27.7",
"sinon": "1.16.1",
"vows": "~0.7.0"
},
"optionalDependencies": {
"decache": "^3.0.5"
}
}