mediagoblin/bower.json
2015-02-17 15:48:28 -06:00

21 lines
413 B
JSON

{
"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",
"leaflet": "~0.7.3",
"tinymce": "~4.1.7"
}
}