docs: Document video resolution config.
[mediagoblin.git] / bower.json
CommitLineData
88579e61
CAW
1{
2 "name": "mediagoblin-extlib",
3 "description": "External libraries used by GNU MediaGoblin",
4 "author": "MediaGoblin team <devel@mediagoblin.org>",
5 "private": true,
6 "ignore": [
7 "**/.*",
8 "node_modules",
9 "bower_components",
10 "extlib/",
11 "test",
12 "tests"
13 ],
14 "dependencies": {
15 "jquery": "~2.1.3",
d66d08d1 16 "video.js": "~5.20.1",
ca469bb0 17 "videojs-resolution-switcher": "~0.4.2",
754c4b1a 18 "leaflet": "~0.7.3"
88579e61
CAW
19 }
20}