aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/jquery-slimscroll/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/bower_components/jquery-slimscroll/package.json')
-rw-r--r--public/bower_components/jquery-slimscroll/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/public/bower_components/jquery-slimscroll/package.json b/public/bower_components/jquery-slimscroll/package.json
new file mode 100644
index 0000000..147e92d
--- /dev/null
+++ b/public/bower_components/jquery-slimscroll/package.json
@@ -0,0 +1,32 @@
+{
+ "name" : "jquery-slimscroll",
+ "main" : "jquery.slimscroll.js",
+ "version" : "1.3.8",
+ "title" : "jQuery slimScroll scrollbar",
+ "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/",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/rochal/jQuery-slimScroll.git"
+ },
+ "author" : {
+ "name" : "Piotr Rochala",
+ "url" : "http://rocha.la/"
+ },
+
+ "dependencies" : {
+ "jquery" : ">= 1.7"
+ },
+
+ "licenses" : [
+ {
+ "type": "MIT",
+ "url": "http://www.opensource.org/licenses/mit-license.php"
+ },
+ {
+ "type": "GPL",
+ "url": "http://www.opensource.org/licenses/gpl-license.php"
+ }
+ ]
+} \ No newline at end of file