
I think it was supposed to be used in blogs, but we never got there. So lets just drop it from requirements in bower.json.
20 lines
388 B
JSON
20 lines
388 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"
|
|
}
|
|
}
|