projects
/
mediagoblin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Made decorators views for Customize Interface
[mediagoblin.git]
/
bower.json
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",
16
"video.js": "~4.11.4",
17
"leaflet": "~0.7.3",
18
"tinymce": "~4.1.7"
19
}
20
}