forked from YounGoat/nodejs.ceph-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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
{
"bin": {
"ceph-agent": "bin/ceph-agent.js"
},
"dependencies": {
"ceph": "^0.8.5",
"commandos": "^0.3.1",
"if2": "^0.2.0",
"jinang": "^0.21.0",
"mifo": "~0.0.2",
"noda": "^0.4.0",
"portman": "^0.0.3"
},
"devDependencies": {
"mocha": "^3.3.0"
},
"directories": {},
"scripts": {},
"name": "ceph-agent",
"version": "0.6.0",
"main": "class/Agent",
"keywords": [
"ceph",
"http-proxy",
"user-agent"
],
"homepage": "https://github.com/YounGoat/nodejs.ceph-agent",
"description": "Simple UI for Ceph storage",
"repository": {
"type": "git",
"url": "https://github.com/YounGoat/nodejs.ceph-agent.git"
},
"author": {
"name": "YounGoat",
"email": "[email protected]",
"url": "https://youngoat.github.io"
}
}