-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 906 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "backup-mongodb-restorer",
"version": "1.1.0",
"description": "This module will restore backup of mongodb created by backup-mongodb",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeunMatt/backup-mongodb-restorer.git"
},
"keywords": [
"backup mongodb",
"restore mongodb",
"restore",
"backup",
"mongodb",
"backup-mongodb-restorer"
],
"author": "Seun Matt <[email protected]>",
"license": "MIT",
"dependencies": {
"fs-extra": "1.0.0",
"mongodb": "2.1.18",
"unzip": "0.1.11",
"winston": "2.3.0"
},
"bugs": {
"url": "https://github.com/SeunMatt/backup-mongodb-restorer/issues"
},
"homepage": "https://github.com/SeunMatt/backup-mongodb-restorer#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}