{
  "name": "downloadify",
  "description": "Download files and set the extension automatically",
  "keywords": [
    "download",
    "file",
    "auto",
    "files",
    "and",
    "set",
    "the",
    "extension",
    "automatically"
  ],
  "license": "MIT",
  "version": "1.0.3",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "contributors": [
    "Patchara Suwanbordin <pepatcha_@hotmail.com> (https://pepatcha.com)"
  ],
  "homepage": "https://github.com/IonicaBizau/downloadify#readme",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/downloadify.git"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/downloadify/issues"
  },
  "dependencies": {
    "mime": "^2.4.6"
  }
}