package.json 895 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "readmore-js",
  3. "version": "2.2.1",
  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. "build": "./node_modules/gulp/bin/gulp.js compress"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/jedfoster/Readmore.js.git"
  13. },
  14. "keywords": [
  15. "css",
  16. "jquery",
  17. "readmore",
  18. "expand",
  19. "collapse"
  20. ],
  21. "author": "Jed Foster <jed@jedfoster.com>",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/jedfoster/Readmore.js/issues"
  25. },
  26. "homepage": "https://github.com/jedfoster/Readmore.js",
  27. "dependencies": {
  28. "jquery": ">2.1.4"
  29. },
  30. "devDependencies": {
  31. "gulp": "^3.9.0",
  32. "gulp-rename": "^1.2.0",
  33. "gulp-uglify": "^1.0.2"
  34. }
  35. }