1
0

package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "jquery-mousewheel",
  3. "version": "3.1.13",
  4. "author": {
  5. "name": "jQuery Foundation and other contributors",
  6. "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
  7. },
  8. "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
  9. "licenses": [
  10. {
  11. "type": "MIT",
  12. "url": "https://github.com/jquery/jquery-mousewheel/blob/master/LICENSE.txt"
  13. }
  14. ],
  15. "homepage": "https://github.com/jquery/jquery-mousewheel",
  16. "main": "./jquery.mousewheel.js",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/jquery/jquery-mousewheel.git"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/jquery/jquery-mousewheel/issues"
  23. },
  24. "keywords": [
  25. "jquery",
  26. "mouse",
  27. "wheel",
  28. "event",
  29. "mousewheel",
  30. "jquery-plugin",
  31. "browser"
  32. ],
  33. "files": [
  34. "ChangeLog.md",
  35. "jquery.mousewheel.js",
  36. "README.md",
  37. "LICENSE.txt"
  38. ],
  39. "devDependencies": {
  40. "grunt": "1.0.4",
  41. "grunt-contrib-connect": "~2.1.0",
  42. "grunt-contrib-jshint": "2.1.0",
  43. "grunt-contrib-uglify": "4.0.1"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "jam": {
  49. "dependencies": {
  50. "jquery": ">=1.2.2"
  51. }
  52. }
  53. }