You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
609 B

{
"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.*"
}
}