2013-02-24 13:39:18 +02:00
|
|
|
{
|
2013-05-29 19:34:30 +03:00
|
|
|
"name": "jquery-mousewheel",
|
2015-06-19 15:45:38 -04:00
|
|
|
"version": "3.1.13",
|
2014-10-22 16:49:32 -04:00
|
|
|
"author": {
|
|
|
|
"name": "jQuery Foundation and other contributors",
|
|
|
|
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
|
|
|
|
},
|
2013-05-29 19:34:30 +03:00
|
|
|
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
|
2014-10-22 16:49:32 -04:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/LICENSE.txt"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/jquery/jquery-mousewheel",
|
2013-05-29 19:34:30 +03:00
|
|
|
"main": "./jquery.mousewheel.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-10-22 16:49:32 -04:00
|
|
|
"url": "https://github.com/jquery/jquery-mousewheel.git"
|
2013-05-29 19:34:30 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2014-10-22 16:49:32 -04:00
|
|
|
"url": "https://github.com/jquery/jquery-mousewheel/issues"
|
2013-05-29 19:34:30 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jquery",
|
|
|
|
"mouse",
|
|
|
|
"wheel",
|
|
|
|
"event",
|
|
|
|
"mousewheel",
|
2014-10-22 16:49:32 -04:00
|
|
|
"jquery-plugin",
|
2013-05-29 19:34:30 +03:00
|
|
|
"browser"
|
|
|
|
],
|
2013-11-13 21:06:54 +02:00
|
|
|
"files": [
|
|
|
|
"ChangeLog.md",
|
|
|
|
"jquery.mousewheel.js",
|
2014-10-22 16:49:32 -04:00
|
|
|
"README.md",
|
|
|
|
"LICENSE.txt"
|
2013-11-13 21:06:54 +02:00
|
|
|
],
|
2013-05-29 19:34:30 +03:00
|
|
|
"devDependencies": {
|
2013-09-07 10:25:55 +03:00
|
|
|
"grunt": "~0.4.1",
|
2013-11-13 20:48:27 +02:00
|
|
|
"grunt-contrib-connect": "~0.5.0",
|
|
|
|
"grunt-contrib-jshint": "~0.7.1",
|
|
|
|
"grunt-contrib-uglify": "~0.2.7"
|
2013-05-29 19:34:30 +03:00
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
2013-10-18 10:36:56 -05:00
|
|
|
},
|
|
|
|
"jam": {
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": ">=1.2.2"
|
|
|
|
}
|
2013-05-29 19:34:30 +03:00
|
|
|
}
|
2013-03-11 21:17:08 -05:00
|
|
|
}
|