smoove.jquery.json 1.0 KB

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