aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: e740bf771c66727a93efa98589e05073d4013563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "mediagoblin-extlib",
  "description": "External libraries used by GNU MediaGoblin",
  "author": "MediaGoblin team <devel@mediagoblin.org>",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "extlib/",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~2.1.3",
    "video.js": "~4.11.4",
    "pdfjs-dist": "~1.0.1143",
    "leaflet": "~0.7.3",
    "tinymce": "~4.1.7"
  }
}