backup-mongodb
Version:
This module will backup mongodb into a .zip archive and optionally send it to a email address
39 lines (38 loc) • 897 B
JSON
{
"name": "backup-mongodb",
"version": "0.1.1",
"description": "This module will backup mongodb into a .zip archive and optionally send it to a email address",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"archiver": "~1.0.0",
"fs-extra": "~0.30.0",
"mongodb": "~2.1.18",
"nodemailer": "~2.4.2",
"winston": "~2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeunMatt/backup-mongodb.git"
},
"keywords": [
"backup-mongodb",
"mongodb-backup",
"mongodb",
"backup",
"email",
"zip"
],
"author": "Seun Matt <smatt382@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeunMatt/backup-mongodb/issues"
},
"homepage": "https://github.com/SeunMatt/backup-mongodb#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}