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.
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "perfect-scrollbar",
|
|
"version": "0.4.7",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.1.1",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-csslint": "~0.1.2",
|
|
"grunt-contrib-clean": "~0.4.1"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis --verbose"
|
|
}
|
|
}
|