.bower.json 801 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Readmore.js",
  3. "main": "readmore.min.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. ],
  25. "_release": "2.1.0",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v2.1.0",
  29. "commit": "f0c27b356dea9b54968bc2734cb9be0695d20c1a"
  30. },
  31. "_source": "https://github.com/jedfoster/Readmore.js.git",
  32. "_target": "2.1.0",
  33. "_originalSource": "readmore-js"
  34. }