cloud-shepherd
Version:
An NPM module that abstracts away the complexities of cloud storage services (Object Storage (AWS s3) as well as File Storage(Dropbox) to easily interface between multiple clouds with a unified interface. Also enables you to quickly perform data migration
39 lines (38 loc) • 1.2 kB
JSON
{
"name": "cloud-shepherd",
"version": "0.2.2",
"description": "An NPM module that abstracts away the complexities of cloud storage services (Object Storage (AWS s3) as well as File Storage(Dropbox) to easily interface between multiple clouds with a unified interface. Also enables you to quickly perform data migrations between storage providers.",
"main": "./lib/main.js",
"scripts": {
"test": "mocha --reporter spec",
"pretest": "eslint --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/papa-rugi/cloud-shepherd.git"
},
"keywords": [
"multicloud"
],
"author": "“Alexander <alexanderlcodes@gmail.com> (https://github.com/papa-rugi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/papa-rugi/cloud-shepherd/issues"
},
"homepage": "https://github.com/papa-rugi/cloud-shepherd#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.1.0",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^5.2.0"
},
"dependencies": {
"dropbox": "^4.0.9",
"node-fetch": "^2.2.0",
"pkgcloud": "^1.5.0"
},
"directories": {
"lib": "lib",
"test": "test"
}
}