forked from graylog-labs/cli-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 860 Bytes
/
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
{
"name": "graylog-cli-dashboard",
"description": "CLI dashboard for Graylog because ain't nobody got time for browser windows.",
"homepage": "http://www.graylog.org/",
"author": {
"name": "Lennart Koopmann",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]: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"
}
],
"version": "0.13.0",
"dependencies": {
"blessed": "0.0.37",
"blessed-contrib": "0.0.8",
"js-yaml": "^3.2.5",
"moment": "~2.9.0",
"request": "~2.51.0",
"yargs": "~1.3.3"
},
"preferGlobal": "true",
"bin": {
"graylog-dashboard": "graylog-dashboard.js"
}
}