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:
authorOlivier Paroz <github@oparoz.com>2015-03-22 19:44:47 +0300
committerOlivier Paroz <github@oparoz.com>2015-03-22 19:44:47 +0300
commit5272c42058547c5a9411a0200f71a0394a6417ee (patch)
tree02ac697834c50ced8ab149d7f236edad0e4524bc /composer.json
parentc7af20b4be55f86edce153a8e6ca6a4239a239d8 (diff)
Introducing album preferences via yaml file
Filling request #93 and #85 Partial solution for #91
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"
+ }
+}