e159cbbda5
1. Don't prevent the default scrolling for the inactive axis. 2. Enhance the scrolling logic. 3. Implement Home, End, Page Up, Page Down and Spacebar for the key scrolling. 4. Bug fixes.
38 lines
964 B
JSON
38 lines
964 B
JSON
{
|
|
"name": "perfect-scrollbar",
|
|
"title": "perfect-scrollbar",
|
|
"description": "Tiny but perfect jquery scrollbar plugin.",
|
|
"version": "0.4.7",
|
|
"author": {
|
|
"name": "Hyeonje Jun",
|
|
"email": "noraesae@yuiazu.net",
|
|
"url": "https://github.com/noraesae/"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/noraesae/perfect-scrollbar#license"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.8"
|
|
},
|
|
"keywords": [
|
|
"ui",
|
|
"scroll",
|
|
"scrollbar"
|
|
],
|
|
"homepage": "http://noraesae.github.com/perfect-scrollbar/",
|
|
"docs": "https://github.com/noraesae/perfect-scrollbar/",
|
|
"download": "http://noraesae.github.com/perfect-scrollbar/",
|
|
"demo": "http://noraesae.github.com/perfect-scrollbar/",
|
|
"bugs": "https://github.com/noraesae/perfect-scrollbar/issues/",
|
|
"maintainers": [
|
|
{
|
|
"name": "Hyeonje Jun",
|
|
"email": "noraesae@yuiazu.net",
|
|
"url": "https://github.com/noraesae/"
|
|
}
|
|
]
|
|
}
|