forked from mongodb-js/mongodb-download
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 999 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
38
39
40
{
"name": "mongodb-download",
"version": "2.2.4",
"description": "download mongodb prebuilt packages from mongodb",
"main": "built/mongodb-download.js",
"bin": "built/mongodb-download-cli.js",
"types": "built/mongodb-download.d.ts",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winfinit/mongodb-download.git"
},
"keywords": [
"mongodb",
"download"
],
"author": "Roman Jurkov <winfinit@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/winfinit/mongodb-download/issues"
},
"dependencies": {
"yargs": "^3.26.0",
"debug": "^2.2.0",
"getos": "^2.7.0",
"decompress": "^4.0.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"md5-file": "3.1.1",
"fs-extra": "^2.0.0"
},
"devDependencies": {
"@types/node": "^6.0.70",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"homepage": "https://github.com/winfinit/mongodb-download#readme"
}