bower.json 647 B

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