{
  "name": "droppy",
  "version": "12.2.0",
  "description": "Self-hosted file storage",
  "author": "silverwind <me@silverwind.io>",
  "repository": "silverwind/droppy",
  "license": "BSD-2-Clause",
  "preferGlobal": true,
  "bin": "./droppy.js",
  "engines": {
    "node": ">= 12.10.0"
  },
  "scripts": {
    "start": "node droppy.js start",
    "test": "make test"
  },
  "dependencies": {
    "busboy": "0.3.1",
    "chokidar": "3.4.2",
    "colorette": "1.2.1",
    "content-disposition": "0.5.3",
    "daemonize-process": "3.0.0",
    "escape-string-regexp": "4.0.0",
    "etag": "1.8.1",
    "file-extension": "4.0.5",
    "image-size": "0.8.3",
    "isbinaryfile": "4.0.6",
    "json-buffer": "3.0.1",
    "lodash.debounce": "4.0.8",
    "lodash.throttle": "4.1.1",
    "mime-types": "2.1.27",
    "minimist": "1.2.5",
    "mv": "2.1.1",
    "original-url": "1.2.3",
    "plyr": "3.6.2",
    "ps-node": "0.1.6",
    "rfdc": "1.1.4",
    "rrdir": "8.1.1",
    "send": "0.17.1",
    "strip-ansi": "6.0.0",
    "untildify": "4.0.0",
    "valid-filename": "3.1.0",
    "which": "2.0.2",
    "ws": "7.3.1",
    "yazl": "2.5.1"
  },
  "devDependencies": {
    "autoprefixer": "9.8.6",
    "clean-css": "4.2.3",
    "codemirror": "5.57.0",
    "eslint": "7.7.0",
    "eslint-config-silverwind": "18.0.2",
    "eslint-plugin-unicorn": "21.0.0",
    "handlebars": "4.7.6",
    "html-minifier": "4.0.0",
    "mousetrap": "1.6.5",
    "pdfjs-dist": "2.4.456",
    "photoswipe": "4.1.3",
    "postcss": "7.0.32",
    "screenfull": "5.0.2",
    "stylelint": "13.6.1",
    "stylelint-config-silverwind": "2.0.8",
    "svgstore": "3.0.0-2",
    "terser": "5.2.1",
    "updates": "10.3.5",
    "uppie": "1.1.3",
    "versions": "8.4.3"
  },
  "files": [
    "client",
    "server",
    "dist",
    "droppy.js",
    "docker-start.sh"
  ],
  "keywords": [
    "self-hosted",
    "personal",
    "file",
    "server",
    "http",
    "https",
    "media",
    "cloud",
    "storage",
    "self",
    "hosted"
  ],
  "browserslist": "defaults"
}
