4f7595a34f
1. Focusable element bug fix for ShadowDom element. 2. Int conversion enhancement. 3. Add IE Pointer handler. 4. Ctrl+Home/End support. 5. Iframe support.
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"name": "perfect-scrollbar",
|
|
"version": "0.5.3",
|
|
"main": "src/perfect-scrollbar.js",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-bump": "0.0.16",
|
|
"grunt-contrib-clean": "~0.4.1",
|
|
"grunt-contrib-csslint": "~0.1.2",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis --verbose"
|
|
}
|
|
}
|