Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ node_modules
#Exclude compiled scripts and styles from repository
filemanager/js/*
filemanager/css/*
resources/tmp/*
resources/tmp/*
/nbproject/private/
/nbproject/private
67 changes: 31 additions & 36 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,33 @@
{
"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.4.0",
"html5shiv": "3.6.2",
"viewerjs": "~0.5.5"
},
"resolutions": {
"jquery": "1.9.1",
"bootstrap": "2.3.1"
}
"name": "ResponsiveFilemanager",
"version": "9.9.7",
"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.7.0",
"jquery-touchswipe": "~1.6.8",
"dropzone": "~4.0.1",
"zeroclipboard": "2.1.6",
"jquery-ui": "1.10.4",
"jqueryui-touch-punch": "*",
"jPlayer": "[email protected]:happyworm/jPlayer.git#2.4.0",
"html5shiv": "3.6.2",
"viewerjs": "~0.5.5"
},
"resolutions": {
"jquery": "1.9.1"
}
}
Loading