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

bower.json « js - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f67648e5e5b2f2d831872657906279f3e476dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "gallery",
  "homepage": "https://github.com/owncloud/gallery",
  "authors": [
    "Olivier Paroz <owncloud@interfasys.ch>"
  ],
  "description": "Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "eventsource-polyfill": "~0.*",
    "marked": "~0.*",
    "github-markdown-css": "~2.*"
  }
}