smoove.jquery.json 893 B

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