bower.json 599 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "readmore-js",
  3. "main": "readmore.js",
  4. "version": "2.1.0",
  5. "homepage": "http://jedfoster.com/Readmore.js/",
  6. "authors": [
  7. "Jed Foster <jed@jedfoster.com>"
  8. ],
  9. "description": "A lightweight jQuery plugin for collapsing and expanding long blocks of text with \"Read more\" and \"Close\" links.",
  10. "keywords": [
  11. "css",
  12. "jquery",
  13. "readmore",
  14. "expand",
  15. "collapse"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests",
  24. "gulpfile.js"
  25. ],
  26. "dependencies": {
  27. "jquery": ">=2.1.4"
  28. }
  29. }