{
  "name": "gallery",
  "homepage": "https://github.com/nextcloud/gallery",
  "authors": [
    "Olivier Paroz <galleryapps@oparoz.com>",
    "Robin Appelman <robin@icewind.nl>"
  ],
  "description": "Media gallery for Nextcloud which includes previews for all media types supported by your Nextcloud installation.",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "eventsource-polyfill": "~0.*",
    "github-markdown-css": "~2.*",
    "dompurify": "~0.8.*",
    "commonmark": "~0.27.*"
  }
}
