5124a27113
Patch notes 1. Wrap core functionality in an each function. 2. Use scrollHeight and scrollWidth for content size. 3. IE fixes. 4. Bug fixes.
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "perfect-scrollbar",
|
|
"version": "0.4.1",
|
|
"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"
|
|
}
|
|
}
|