forked from gromo/jquery.scrollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scrollbar.jquery.json
30 lines (30 loc) · 1.13 KB
/
scrollbar.jquery.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
{
"name": "scrollbar",
"title": "jQuery Scrollbar",
"description": "Cross-browser CSS customizable scrollbar with advanced features: standard scroll behavior in all browsers/devices, responsive design support (no fixed height or width required), horizontal/vertical scrollbar or both, external scrollbars, automatically hide/show scrollbars (if content/container size is changed) and more...",
"keywords": [
"scroll",
"scrollbar"
],
"version": "0.2.7",
"author": {
"name": "Yuriy Khabarov",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gromo/jquery.scrollbar/blob/master/license-mit.txt"
},
{
"type": "GPLv2",
"url": "https://github.com/gromo/jquery.scrollbar/blob/master/license-gpl.txt"
}
],
"homepage": "http://gromo.github.io/jquery.scrollbar/",
"download": "http://gromo.github.io/jquery.scrollbar/jquery.scrollbar.zip",
"demo": "http://gromo.github.io/jquery.scrollbar/demo/basic.html",
"dependencies": {
"jquery": ">=1.7"
}
}