2013-02-22 09:48:58 -06:00
|
|
|
{
|
|
|
|
"name": "mousewheel",
|
|
|
|
"title": "jQuery Mousewheel",
|
|
|
|
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
|
|
|
|
"keywords": [
|
|
|
|
"mousewheel",
|
|
|
|
"mouse",
|
|
|
|
"event"
|
|
|
|
],
|
2013-02-23 18:16:53 -06:00
|
|
|
"version": "3.1.1",
|
2013-02-22 09:48:58 -06:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|