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

composer.json - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b7f10da8609c71132981460e5d0835dd741ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "owncloud/gallery",
  "type": "project",
  "description": "Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.",
  "license": "AGPL 3.0",
  "homepage": "https://github.com/owncloud/gallery",
  "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/owncloud/gallery/issues",
    "wiki": "https://github.com/owncloud/gallery/wiki",
    "source": "https://github.com/owncloud/gallery"
  },
  "require": {
    "symfony/yaml": "~2.6"
  }
}