mongodb-backuper
Version:
mongodb data backup tool
26 lines (25 loc) • 515 B
JSON
{
"name": "mongodb-backuper",
"version": "1.0.5",
"description": "mongodb data backup tool",
"dependencies": {
"async": "0.9.0",
"fs-extra": "0.16.5",
"moment": "^2.10.3",
"lodash": "2.4.1"
},
"main": "./lib/index.js",
"scripts": {
"test": "echo \"everything is ok\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:central-perk/mongodb-backuper.git"
},
"keywords": [
"mongodb",
"mongo"
],
"author": "Chi Zhang",
"license": "MIT"
}