bower.json 698 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "jquery-smoove",
  3. "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
  4. "version": "0.2.11",
  5. "main": "dist/jquery.smoove.js",
  6. "homepage": "http://smoove.js.org/",
  7. "authors": [
  8. "Adam Bouqdib (http://abemedia.co.uk)"
  9. ],
  10. "keywords": [
  11. "jquery",
  12. "scroll",
  13. "css",
  14. "animation"
  15. ],
  16. "dependencies": {
  17. "jquery": ">=1.7"
  18. },
  19. "license": "GPL-2.0",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/abeMedia/jquery-smoove"
  23. },
  24. "ignore": [
  25. "**/.*",
  26. "bower_components",
  27. "libs",
  28. "node_modules",
  29. "src",
  30. "test",
  31. "Gruntfile.js",
  32. "smoove.jquery.json"
  33. ]
  34. }