aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 4e2756d2b1c9e16b53de8c9536f366366ecce66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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": "~5.20.1",
    "videojs-resolution-switcher": "~0.4.2",
    "leaflet": "~0.7.3"
  }
}