package.json 838 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "readmore-js",
  3. "version": "2.1.0",
  4. "description": "A lightweight jQuery plugin for collapsing and expanding long blocks of text with \"Read more\" and \"Close\" links.",
  5. "main": "readmore.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/jedfoster/Readmore.js.git"
  12. },
  13. "keywords": [
  14. "css",
  15. "jquery",
  16. "readmore",
  17. "expand",
  18. "collapse"
  19. ],
  20. "author": "Jed Foster <jed@jedfoster.com>",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/jedfoster/Readmore.js/issues"
  24. },
  25. "homepage": "https://github.com/jedfoster/Readmore.js",
  26. "dependencies": {
  27. "jquery": "~2.1.4"
  28. },
  29. "devDependencies": {
  30. "gulp": "^3.9.0",
  31. "gulp-rename": "^1.2.0",
  32. "gulp-uglify": "^1.0.2"
  33. }
  34. }