-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
{
"author": "Eric Paschoalick Chaves <[email protected]>",
"contributors": [
"f4"
],
"name": "bunyan-gelf",
"description": "A Bunyan writable stream that sends log records to a Graylog2 server or other GELF compatible log management system.",
"version": "0.3.1",
"homepage": "https://github.com/F4-Group/bunyan-gelf",
"main": "./lib/bunyan-gelf.js",
"repository": {
"type": "git",
"url": "[email protected]:F4-Group/bunyan-gelf.git"
},
"dependencies": {
"gelf": "^2.0.1",
"flat": "^5.0.2"
},
"devDependencies": {
"bunyan": "*",
"mocha": "^6.1.4",
"chai": "^4.2.0",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
},
"optionalDependencies": {},
"engines": {
"node": ">=8.0"
},
"keywords": [
"log",
"logging",
"bunyan",
"gelf"
],
"scripts": {
"test": "mocha test"
}
}