-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1021 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1021 Bytes
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
{
"name": "gelf-cli",
"version": "0.0.2",
"description": "",
"main": "server.js",
"dependencies": {
"commander": "^2.19.0",
"gelf-pro": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"log:emergency": "./bin/gelf-logger.js send -l emergency",
"log:alert": "./bin/gelf-logger.js send -l alert",
"log:critical": "./bin/gelf-logger.js send -l critical",
"log:error": "./bin/gelf-logger.js send -l error",
"log:warning": "./bin/gelf-logger.js send -l warning",
"log:notice": "./bin/gelf-logger.js send -l notice",
"log:info": "./bin/gelf-logger.js send -l info",
"log:debug": "./bin/gelf-logger.js send -l debug"
},
"bin": {
"gelf-cli": "./bin/gelf-logger.js"
},
"homepage": "https://github.com/lnys/gelf-cli#readme",
"keywords": [
"graylog",
"gelf",
"logging",
"udp",
"tcp",
"tls",
"ssl"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lnys/gelf-cli.git"
},
"author": "",
"license": "MIT"
}