-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 941 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
43
{
"name": "bunyan-fogbugz",
"version": "0.0.4",
"description": "Bunyan stream for sending automated crash reports to FogBugz",
"main": "./lib/bunyan_fogbugz",
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul cover _mocha --report lcovonly"
},
"repository": {
"type": "git",
"url": "https://github.com/qualitybath/bunyan-fogbugz"
},
"keywords": [
"logging",
"bunyan",
"log",
"logger",
"transport",
"stream",
"fogbugz",
"bugzscout"
],
"author": "Seth Pollack",
"license": "MIT",
"bugs": {
"url": "https://github.com/qualitybath/bunyan-fogbugz/issues"
},
"homepage": "https://github.com/qualitybath/bunyan-fogbugz",
"dependencies": {
"bugzscout": "0.0.5",
"bunyan": "^1.3.3"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"sinon": "^1.12.2"
}
}