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 'composer.json')
-rw-r--r--composer.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..b582c9bd
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,28 @@
+{
+ "type": "project",
+ "license": "AGPL",
+ "description": "Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.",
+ "homepage": "https://github.com/interfasys/galleryplus",
+ "authors": [
+ {
+ "name": "Olivier Paroz",
+ "email": "owncloud@interfasys.ch",
+ "role": "Developer",
+ "homepage": "http://www.interfasys.ch"
+ },
+ {
+ "name": "Robin Appelman",
+ "email": "icewind@owncloud.com",
+ "role": "Developer",
+ "homepage": "https://github.com/icewind1991"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/interfasys/galleryplus/issues",
+ "wiki": "https://github.com/interfasys/galleryplus/wiki",
+ "source": "https://github.com/interfasys/galleryplus"
+ },
+ "require": {
+ "symfony/yaml": "~2.6"
+ }
+}