smoove.jquery.json 883 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "smoove",
  3. "title": "jQuery Smoove - Gorgeous CSS3 Scroll Effects",
  4. "version": "0.2.11",
  5. "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
  6. "homepage": "http://smoove.js.org/",
  7. "author": {
  8. "name": "ABE Media - Web Design Brighton",
  9. "url": "http://abemedia.co.uk/"
  10. },
  11. "maintainers": [
  12. {
  13. "name": "Adam Bouqdib",
  14. "web": "http://abemedia.co.uk/"
  15. }
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/abeMedia/jquery-smoove.git"
  20. },
  21. "bugs": "https://github.com/abeMedia/jquery-smoove/issues",
  22. "docs": "http://smoove.js.org/",
  23. "licenses": [
  24. {
  25. "type": "GPL-2.0",
  26. "url": "http://abemedia.co.uk/license"
  27. }
  28. ],
  29. "dependencies": {
  30. "jquery": ">=1.7"
  31. },
  32. "keywords": [
  33. "jquery",
  34. "scroll",
  35. "css",
  36. "animation"
  37. ]
  38. }