{
  "name": "get-down",
  "version": "1.2.0",
  "description": "Download and optionally extract files",
  "repository": {
    "type": "git",
    "url": "git://github.com/tschaub/get-down.git"
  },
  "bugs": {
    "url": "https://github.com/tschaub/get-down/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "pretest": "eslint lib test",
    "test": "mocha test --recursive"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "~4.0.2",
    "eslint": "^4.1.1",
    "eslint-config-tschaub": "^7.0.0",
    "mocha": "^3.4.2",
    "mock-fs": "~4.4.1",
    "nock": "9.0.13",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "decompress-zip": "0.3.0",
    "graceful-fs": "4.1.11",
    "junk": "2.1.0",
    "mout": "1.0.0",
    "q": "1.5.0",
    "request": "2.81.0",
    "request-progress": "3.0.0",
    "retry": "0.10.1",
    "tar": "3.1.5",
    "tmp": "0.0.31"
  },
  "eslintConfig": {
    "extends": "tschaub"
  }
}
