{
  "name": "mongodb-download",
  "version": "2.2.7",
  "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": {
    "build": "tsc",
    "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": {
    "semver": "^5.6.0",
    "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": "^5.2.0",
    "rewire": "^4.0.1",
    "typescript": "^3.1.3"
  },
  "homepage": "https://github.com/winfinit/mongodb-download#readme"
}
