forked from jfresco/winston-tcp-graylog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 KB
/
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
46
47
{
"name": "@restorando/winston-tcp-graylog",
"version": "1.0.13",
"description": "graylog support for winston based on gelf-pro",
"main": "src-build",
"scripts": {
"prepublish": "npm run build",
"build": "babel src --retain-lines --out-dir src-build",
"eslint": "eslint $(find . -not -path '*/*-build/*' -not -path '*/node_modules/*' -type f -name '*.es6')",
"test": "npm run eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restorando/winston-tcp-graylog.git"
},
"keywords": [
"winston",
"gelf-pro",
"logger",
"graylog",
"tcp",
"udp"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/restorando/winston-tcp-graylog/issues"
},
"homepage": "https://github.com/restorando/winston-tcp-graylog#readme",
"dependencies": {
"bluebird": "^3.1.1",
"clear-require": "^1.0.1",
"debug": "^2.2.0",
"gelf-pro": "^0.2.0",
"jjv": "^1.0.2",
"lodash": "^3.10.1",
"moment": "^2.11.0",
"pkginfo": "^0.3.1",
"simple-debugger": "^1.0.3"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.6",
"eslint": "1.10.1",
"winston": "^2.1.1"
}
}