28 lines
786 B
JSON
28 lines
786 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.11",
|
|
"author": {
|
|
"name": "Brandon Aaron",
|
|
"url": "http://brandon.aaron.sh"
|
|
},
|
|
"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"
|
|
}
|
|
}
|