@react-jvectormap/jquery-mousewheel
Version:
A jQuery plugin that adds cross-browser mouse wheel support.
64 lines (63 loc) • 1.72 kB
JSON
{
"name": "@react-jvectormap/jquery-mousewheel",
"version": "1.0.2",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
},
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"license": "MIT",
"homepage": "https://github.com/jquery/jquery-mousewheel",
"main": "./jquery.mousewheel.js",
"repository": {
"type": "git",
"url": "https://github.com/jquery/jquery-mousewheel.git"
},
"bugs": {
"url": "https://github.com/jquery/jquery-mousewheel/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"jquery",
"mouse",
"wheel",
"event",
"mousewheel",
"jquery-plugin",
"browser"
],
"files": [
"ChangeLog.md",
"jquery.mousewheel.js",
"README.md",
"LICENSE.txt"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "yarn run lint && yarn run minify",
"minify": "uglifyjs -m -c --comments /Copyright/ -o jquery.mousewheel.min.js -- jquery.mousewheel.js",
"lint": "eslint jquery.mousewheel.js",
"karma": "karma start test/karma.conf.js",
"test": "echo Use karma for unit tests or load test/index.html in a browser."
},
"dependencies": {
"jquery": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-jquery": "^3.0.0",
"karma": "^6.3.5",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-qunit": "^4.1.2",
"karma-requirejs": "^1.1.0",
"qunit": "^2.17.2",
"requirejs": "^2.3.6",
"uglify-js": "^3.14.2"
},
"gitHead": "53a4ea6b33d647fef99940b044f140109fec0727"
}