Add extlib-installing bower files

This commit is contained in:
Christopher Allan Webber 2015-02-14 11:42:41 -06:00
parent 5c0cd1bf11
commit 88579e61ac
3 changed files with 25 additions and 0 deletions

3
.bowerrc Normal file
View File

@ -0,0 +1,3 @@
{"directory": "extlib/",
"analytics": false
}

1
.gitignore vendored
View File

@ -28,6 +28,7 @@
*.egg/
/env
/mediagoblin.ini
/node_modules/
# pyconfigure/automake generated files
/Makefile

21
bower.json Normal file
View File

@ -0,0 +1,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"
}
}