forked from GUI/bunyan-rollbar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 846 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
{
"name": "bunyan-rollbar2",
"version": "1.0.0",
"description": "A Bunyan stream plugin to send error logs to Rollbar",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"dependencies": {
"lodash": "~4"
},
"devDependencies": {
"rollbar": "~2",
"bunyan": "~2",
"chai": "~1.9.2",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.12.2",
"mversion": "~1.7.0",
"sinon": "~1.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/eshao/bunyan-rollbar2.git"
},
"keywords": [
"bunyan",
"rollbar"
],
"author": "Edwin Shao <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eshao/bunyan-rollbar2/issues"
},
"homepage": "https://github.com/eshao/bunyan-rollbar2"
}