mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 16:27:12 +10:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name" : "jQuery-slimScroll",
|
|
"filename" : "jquery.slimscroll.min.js",
|
|
"version" : "1.3.1",
|
|
"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"],
|
|
"demo" : "http://rocha.la/jQuery-slimScroll/",
|
|
"homepage" : "http://rocha.la/jQuery-slimScroll/",
|
|
"download" : "http://rocha.la/jQuery-slimScroll/",
|
|
|
|
"author" : {
|
|
"name" : "Piotr Rochala",
|
|
"url" : "http://rocha.la/"
|
|
},
|
|
|
|
"dependencies" : {
|
|
"jquery" : ">= 1.7"
|
|
},
|
|
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "git://github.com/rochal/jQuery-slimScroll.git"
|
|
}],
|
|
|
|
"licenses" : [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
},
|
|
{
|
|
"type": "GPL",
|
|
"url": "http://www.opensource.org/licenses/gpl-license.php"
|
|
}
|
|
]
|
|
} |