-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.05 KB
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
48
49
{
"name": "graylog-api",
"version": "1.2.0",
"description": "Node.js module for Graylog2 API",
"author": {
"name": "Andrii Kolomiichenko",
"email": "bboywilld@gmail.com",
"url": "http://github.com/kolomiichenko"
},
"contributors": [
{
"name": "Aleksander Szmigiel",
"email": "leksander.szmigiel@esky.pl"
},
{
"name": "Soedarsono",
"email": "soedar.sg@gmail.com"
},
{
"name": "Mauricio Navarro Miranda",
"email": "mauricio@navarromiranda.mx",
"url": "https://blog.mautematico.com"
}
],
"dependencies": {
"request": "^2.60.0"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/kolomiichenko/graylog-api.git"
},
"keywords": [
"graylog",
"graylog2",
"api",
"gelf",
"elasticsearch",
"elastic",
"search",
"logs",
"logger"
],
"license": "MIT",
"bugs": {
"url": "http://github.com/kolomiichenko/graylog-api/issues"
},
"homepage": "http://github.com/kolomiichenko/graylog-api"
}