forked from getsentry/raven-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 819 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
{
"name": "raven",
"description": "A standalone (Node.js) client for Sentry",
"keywords": ["raven", "sentry", "python", "errors", "debugging", "exceptions"],
"version": "0.6.0",
"repository": "git://github.com/mattrobenolt/raven-node.git",
"author": "Matt Robenolt <[email protected]>",
"license": "BSD",
"main": "index",
"scripts": {
"test": "NODE_ENV=test mocha --reporter dot && NODE_ENV=test coffee ./test/run.coffee"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"node-uuid": "~1.4.1",
"stack-trace": "0.0.7",
"lsmod": "0.0.2",
"cookie": "0.1.0"
},
"devDependencies": {
"connect": "*",
"express": "*",
"mocha": "*",
"should": "~2.0.1",
"nock": "*",
"glob": "*",
"mock-udp": "*",
"coffee-script": "~1.6.3"
}
}