archivemongo
Version:
Module to archive mongo collections
29 lines (28 loc) • 609 B
JSON
{
"name": "archivemongo",
"version": "0.0.1",
"description": "Module to archive mongo collections",
"main": "app.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivivekyadav/archivemongo.git"
},
"keywords": [
"Archive",
"MongoDB",
"Archiver",
"Database"
],
"author": "Vivek Yadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivivekyadav/archivemongo/issues"
},
"homepage": "https://github.com/ivivekyadav/archivemongo#readme",
"dependencies": {
"mongodb": "^3.1.13"
}
}