wheel
Version:
Mouse wheel event unified for all browsers
25 lines (24 loc) • 454 B
JSON
{
"name": "wheel",
"version": "1.0.0",
"description": "Mouse wheel event unified for all browsers",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"addWheelListener",
"wheel",
"mouse",
"DOMMouseScroll"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/wheel"
},
"devDependencies": {
"tap": "^1.3.2"
}
}