{
  "name": "parallel-download",
  "version": "1.1.1",
  "description": "Download files in parallel to the buffer",
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha  -r should -r should-promised -R spec",
    "coverage": "babel-istanbul cover --report lcovonly ./node_modules/mocha/bin/_mocha -- -u exports  -r should -r should-promised -R spec test/*"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/reklatsmasters/parallel-download.git"
  },
  "keywords": [
    "parallel",
    "download"
  ],
  "author": "Dmitry Tsvettsikh <me@reklatsmasters.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reklatsmasters/parallel-download/issues"
  },
  "homepage": "https://github.com/reklatsmasters/parallel-download",
  "dependencies": {
    "co": "^4.6.0",
    "concat-stream": "^1.5.1",
    "es6-promisify": "^3.0.0",
    "simple-get": "^1.4.3",
    "timed-out": "^2.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.1.21",
    "babel-istanbul": "^0.5.8",
    "mocha": "^2.3.3",
    "should": "^7.1.1",
    "should-promised": "^0.3.1"
  }
}
