Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/bower.json')
-rw-r--r--js/bower.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/bower.json b/js/bower.json
index 1f67648e..5e7e3193 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -2,7 +2,8 @@
"name": "gallery",
"homepage": "https://github.com/owncloud/gallery",
"authors": [
- "Olivier Paroz <owncloud@interfasys.ch>"
+ "Olivier Paroz <owncloud@interfasys.ch>",
+ "Robin Appelman <icewind@owncloud.com>"
],
"description": "Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.",
"license": "AGPL",
@@ -17,6 +18,7 @@
"dependencies": {
"eventsource-polyfill": "~0.*",
"marked": "~0.*",
- "github-markdown-css": "~2.*"
+ "github-markdown-css": "~2.*",
+ "dompurify": "~0.6.5"
}
}