.bower.json 881 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "jquery.scrollTo",
  3. "version": "1.4.12",
  4. "description": "Easy element scrolling using jQuery.",
  5. "homepage": "https://github.com/flesler/jquery.scrollTo",
  6. "main": [
  7. "./jquery.scrollTo.js",
  8. "./jquery.scrollTo.min.js"
  9. ],
  10. "ignore": [
  11. "**/.*",
  12. "demo",
  13. "tests",
  14. "changes.txt",
  15. "composer.json"
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.8"
  19. },
  20. "keywords": [
  21. "browser",
  22. "animated",
  23. "animation",
  24. "scrolling",
  25. "scroll",
  26. "links",
  27. "anchors"
  28. ],
  29. "author": {
  30. "name": "Ariel Flesler",
  31. "web": "http://flesler.blogspot.com/"
  32. },
  33. "_release": "1.4.12",
  34. "_resolution": {
  35. "type": "version",
  36. "tag": "1.4.12",
  37. "commit": "cb88f0b9ca64d806957139df93934b2f3ff6417f"
  38. },
  39. "_source": "git://github.com/flesler/jquery.scrollTo.git",
  40. "_target": "~1.4.11",
  41. "_originalSource": "jquery.scrollTo"
  42. }