ceph-sync
Version:
Sync tool between LOCAL file system and REMOTE object storage.
41 lines • 1.03 kB
JSON
{
"bin": {
"ceph-sync": "bin/ceph-sync.js",
"cephsync": "bin/ceph-sync.js",
"ossync": "bin/ceph-sync.js"
},
"dependencies": {
"ceph": "^1.2.1",
"ceph-dual": "^0.1.1",
"commandos": "^0.10.1",
"if2": "^0.2.0",
"jinang": "^0.26.0",
"noda": "^0.5.0",
"undertake": "^0.0.4"
},
"devDependencies": {},
"directories": {},
"scripts": {
"test": "mocha"
},
"name": "ceph-sync",
"version": "0.11.1",
"main": "index.js",
"keywords": [
"ceph-sync",
"object-storage",
"ceph",
"sync"
],
"homepage": "https://github.com/YounGoat/ceph-sync",
"description": "Sync tool between LOCAL file system and REMOTE object storage.",
"repository": {
"type": "git",
"url": "https://github.com/YounGoat/ceph-sync.git"
},
"author": {
"name": "YounGoat",
"email": "youngoat@163.com",
"url": "https://youngoat.github.io"
}
}