{
  "name": "download-file",
  "version": "0.1.5",
  "description": "Generic file download utility",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "author": "Montana Flynn",
  "license": "ISC",
  "dependencies": {
    "mkdirp": "^0.5.0"
  },
  "devDependencies": {},
  "keywords": [
    "download",
    "file",
    "url",
    "get",
    "http",
    "https"
  ]
}
