librenms-librenms/mousewheel.jquery.json
Brandon Aaron 2e2dc57aaa Use new wheel event if available (fixes Firefox 17+ issues and adds horizontal support to IE9+)
Normalize the detal values
Support AMD loaders
Bump version to 3.1.0 and update copyright
2013-02-22 09:48:58 -06:00

28 lines
785 B
JSON

{
"name": "mousewheel",
"title": "jQuery Mousewheel",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"keywords": [
"mousewheel",
"mouse",
"event"
],
"version": "3.1.0",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt"
}
],
"bugs": "https://github.com/brandonaaron/jquery-mousewheel/issues",
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
"download": "https://github.com/brandonaaron/jquery-mousewheel/tags",
"dependencies": {
"jquery": ">=1.2.2"
}
}