forked from trippo/ResponsiveFilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 1.1 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
38
{
"name": "ResponsiveFilemanager",
"version": "9.9.0",
"homepage": "http://www.responsivefilemanager.com/",
"authors": [
"tr1pp0 <[email protected]>"
],
"license": "Creative Commons Attribution - NonCommercial 3.0 Unported License",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.9.1",
"jquery_lazyload": "[email protected]:tuupola/jquery_lazyload.git",
"jquery-scrollstop": "[email protected]:ssorallen/jquery-scrollstop.git",
"jQuery-contextMenu": "~1.6.6",
"bootbox.js": "[email protected]:makeusabrew/bootbox.git#3.3.0",
"jquery-touchswipe": "~1.6.8",
"dropzone": "~4.0.1",
"zeroclipboard": "2.1.6",
"bootstrap": "2.3.1",
"bootstrap-modal": "~2.2.5",
"bootstrap-lightbox": "[email protected]:jbutz/bootstrap-lightbox.git#0.6.0",
"jquery-ui": "1.10.4",
"jqueryui-touch-punch": "*",
"jPlayer": "[email protected]:happyworm/jPlayer.git#2.9.2",
"html5shiv": "3.6.2",
"viewerjs": "~0.5.8"
},
"resolutions": {
"jquery": "1.9.1",
"bootstrap": "2.3.1"
}
}