forked from trippo/ResponsiveFilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·37 lines (37 loc) · 1.08 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ResponsiveFilemanager",
"version": "9.9.0",
"homepage": "http://www.responsivefilemanager.com/",
"authors": [
"tr1pp0 <info@albertoperipolli.com>"
],
"license": "Creative Commons Attribution - NonCommercial 3.0 Unported License",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.9.1",
"jquery_lazyload": "git@github.com:tuupola/jquery_lazyload.git",
"jquery-scrollstop": "git@github.com:ssorallen/jquery-scrollstop.git",
"jQuery-contextMenu": "~1.6.6",
"bootbox.js": "git@github.com:makeusabrew/bootbox.git#3.3.0",
"jquery-touchswipe": "~1.6.8",
"zeroclipboard": "2.1.6",
"bootstrap": "2.3.1",
"bootstrap-modal": "~2.2.5",
"bootstrap-lightbox": "git@github.com:jbutz/bootstrap-lightbox.git#0.6.0",
"jquery-ui": "1.10.4",
"jqueryui-touch-punch": "*",
"jPlayer": "git@github.com:happyworm/jPlayer.git#2.4.0",
"html5shiv": "3.6.2",
"blueimp-file-upload": "^9.19.1"
},
"resolutions": {
"jquery": "1.9.1",
"bootstrap": "2.3.1"
}
}