-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "winston-log2gelf",
"version": "2.4.0",
"description": "Winston GELF transport to Graylog or Gelf server via TCP or HTTP (TLS and HTTPS ready)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Buzut/winston-log2gelf.git"
},
"keywords": [
"monitoring",
"logs",
"nodejs",
"gelf",
"graylog",
"graylog2",
"winston"
],
"author": "Buzut (buzut.net)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Buzut/winston-log2gelf/issues"
},
"scripts": {
"prepare": "test -d .git && cd .git/hooks/ && curl -O https://raw.githubusercontent.com/Buzut/git-emojis-hook/master/commit-msg && curl -O https://raw.githubusercontent.com/Buzut/git-emojis-hook/master/prepare-commit-msg && chmod +x * || exit 0"
},
"dependencies": {
"debug": "^4.2.0",
"winston-transport": "^4.2.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}