45 lines
992 B
JSON
45 lines
992 B
JSON
|
{
|
||
|
"name": "jquery-mousewheel",
|
||
|
"version": "3.1.11",
|
||
|
"author": "Brandon Aaron (http://brandon.aaron.sh)",
|
||
|
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
|
||
|
"main": "./jquery.mousewheel.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/brandonaaron/jquery-mousewheel.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/brandonaaron/jquery-mousewheel/issues"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"jquery",
|
||
|
"mouse",
|
||
|
"wheel",
|
||
|
"event",
|
||
|
"mousewheel",
|
||
|
"plugin",
|
||
|
"browser"
|
||
|
],
|
||
|
"files": [
|
||
|
"ChangeLog.md",
|
||
|
"jquery.mousewheel.js",
|
||
|
"README.md"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.1",
|
||
|
"grunt-contrib-connect": "~0.5.0",
|
||
|
"grunt-contrib-jshint": "~0.7.1",
|
||
|
"grunt-contrib-uglify": "~0.2.7"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"jam": {
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.2.2"
|
||
|
}
|
||
|
}
|
||
|
}
|