Add jquery-mousewheel v3.1.11.
This commit is contained in:
44
assets/vendor/jquery-mousewheel/package.json
vendored
Normal file
44
assets/vendor/jquery-mousewheel/package.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user