jquery-overflowandroid
Version:
Implement the inertia scroll for `overflow` element. And the polyfill for `overflow:scroll` / `overflow:auto` and `element.scrollLeft` / `element.scrollTop` on Android browser.
41 lines (40 loc) • 944 B
JSON
{
"name": "jquery-overflowandroid",
"version": "1.0.1",
"description": "Implement the inertia scroll for `overflow` element. And the polyfill for `overflow:scroll` / `overflow:auto` and `element.scrollLeft` / `element.scrollTop` on Android browser.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"inertia",
"inertial",
"overflow",
"scroll",
"scrollLeft",
"scrollTop",
"android",
"desktop",
"polyfill"
],
"main": "jquery.overflowandroid.min.js",
"dependencies": {
"jquery": ">=3.0",
"hammerjs": "~2.0.3"
},
"homepage": "https://anseki.github.io/overflow-android/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/jquery-overflow-android.git"
},
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"authors": [
"anseki <AnSeki.aff@gmail.com>"
]
}