forked from qualitybath/bunyan-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 953 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
44
45
{
"name": "bunyan-slack",
"version": "0.0.10",
"description": "slack stream for bunyan",
"main": "./lib/bunyan-slack",
"dependencies": {
"extend.js": "0.0.2",
"request": "git+https://[email protected]/Focusrite-Novation/request.git"
},
"devDependencies": {
"bunyan": "^1.3.3",
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"sinon": "^1.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/qualitybath/bunyan-slack"
},
"keywords": [
"logging",
"slack",
"bunyan",
"log",
"logger",
"transport",
"stream"
],
"scripts": {
"test": "istanbul cover _mocha --report lcovonly"
},
"bugs": {
"url": "https://github.com/qualitybath/bunyan-slack/issues"
},
"contributors": [
{
"name": "Seth Pollack",
"email": "[email protected]"
}
],
"author": "Seth Pollack",
"license": "MIT"
}