diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/jquery-slimscroll/.bower.json | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/jquery-slimscroll/.bower.json')
-rw-r--r-- | public/bower_components/jquery-slimscroll/.bower.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/public/bower_components/jquery-slimscroll/.bower.json b/public/bower_components/jquery-slimscroll/.bower.json new file mode 100644 index 0000000..9081f8c --- /dev/null +++ b/public/bower_components/jquery-slimscroll/.bower.json @@ -0,0 +1,58 @@ +{ + "name": "jquery-slimscroll", + "version": "1.3.8", + "description": "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.", + "keywords": [ + "scrollbar", + "scroll", + "slimscroll", + "scrollable", + "scrolling", + "scroller", + "ui", + "jquery-plugin", + "ecosystem:jquery" + ], + "homepage": "http://rocha.la/jQuery-slimScroll/", + "authors": [ + { + "name": "Piotr Rochala", + "homepage": "http://rocha.la/" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/rochal/jQuery-slimScroll.git" + }, + "main": [ + "jquery.slimscroll.js", + "jquery.slimscroll.min.js" + ], + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + }, + { + "type": "GPL", + "url": "http://www.opensource.org/licenses/gpl-license.php" + } + ], + "moduleType": [], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "_release": "1.3.8", + "_resolution": { + "type": "version", + "tag": "v1.3.8", + "commit": "cf39d364e777ef95574c30c42d3b85cb2bf325d3" + }, + "_source": "https://github.com/rochal/jQuery-slimScroll.git", + "_target": "^1.3.8", + "_originalSource": "slimscroll" +}
\ No newline at end of file |