-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 857 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
36
37
38
39
{
"name": "blessed-ceph-dash",
"version": "0.1.3",
"description": "ceph dashboard using blessed-contrib",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ceph-dash": "bin/ceph-dash"
},
"repository": {
"type": "git",
"url": "https://github.com/xcezzz/blessed-ceph-dash"
},
"keywords": [
"ceph",
"dashboard",
"blessed",
"blessed-contrib"
],
"author": "xcezzz",
"license": "GNU",
"bugs": {
"url": "https://github.com/xcezzz/blessed-ceph-dash/issues"
},
"dependencies": {
"blessed": "~0.1.60",
"blessed-contrib": "~2.2.0",
"body-parser": "~1.12.4",
"colors": "^1.1.2",
"express": "~4.12.4",
"lodash": "~3.9.3",
"moment": "~2.10.3",
"optimist": "^0.6.1",
"ssh2": "^0.4.8",
"through2": "^2.0.0"
}
}