package.json 541 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "jquery-smoove",
  3. "filename": "jquery.smoove.min.js",
  4. "version": "0.2.6",
  5. "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
  6. "homepage": "http://smoove.donlabs.com",
  7. "keywords": [
  8. "jquery",
  9. "scroll",
  10. "css",
  11. "animation"
  12. ],
  13. "maintainers": [
  14. {
  15. "name": "Adam Bouqdib",
  16. "web": "http://abemedia.co.uk"
  17. }
  18. ],
  19. "repositories": [
  20. {
  21. "type": "git",
  22. "url": "https://github.com/abeMedia/jquery-smoove"
  23. }
  24. ]
  25. }