-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "graylog-cli-dashboard",
"version": "1.1.1",
"description": "CLI dashboard for Graylog because ain't nobody got time for browser windows.",
"homepage": "http://www.graylog.org/",
"author": {
"name": "Lennart Koopmann",
"email": "lennart@torch.sh"
},
"engines": {
"node": ">=6.0"
},
"repository": {
"type": "git",
"url": "git@github.com:Graylog2/cli-dashboard.git"
},
"bugs": {
"url": "https://github.com/Graylog2/cli-dashboard/issues"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/Graylog2/cli-dashboard/blob/master/COPYING"
}
],
"dependencies": {
"ansi": "^0.3.1",
"blessed": "^0.1.81",
"blessed-contrib": "^4.5.5",
"bluebird": "^3.4.6",
"inquirer": "^1.2.2",
"js-yaml": "^3.2.5",
"moment": "^2.9.0",
"request": "^2.76.0",
"yargs": "^6.3.0"
},
"preferGlobal": "true",
"bin": {
"graylog-dashboard": "graylog-dashboard.js",
"tailgl": "tailgl.js"
},
"devDependencies": {
"eslint": "^3.9.0",
"semver": "^5.3.0"
}
}