.bower.json 606 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "jquery-mousewheel",
  3. "version": "3.1.13",
  4. "main": "./jquery.mousewheel.js",
  5. "ignore": [
  6. "*.json",
  7. "*.markdown",
  8. "*.txt",
  9. ".*",
  10. "!LICENSE.txt",
  11. "Gruntfile.js",
  12. "test"
  13. ],
  14. "dependencies": {
  15. "jquery": ">=1.2.2"
  16. },
  17. "homepage": "https://github.com/jquery/jquery-mousewheel",
  18. "_release": "3.1.13",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "3.1.13",
  22. "commit": "67289b6b2aa0066d7d78a5807f520387135ffb22"
  23. },
  24. "_source": "https://github.com/jquery/jquery-mousewheel.git",
  25. "_target": ">=3.0.6",
  26. "_originalSource": "jquery-mousewheel"
  27. }