bower.json 712 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "trumbowyg",
  3. "version": "2.13.0",
  4. "homepage": "https://github.com/Alex-D/Trumbowyg",
  5. "authors": [
  6. {
  7. "name": "Alexandre Demode (Alex-D)",
  8. "email": "contact@alex-d.fr",
  9. "homepage": "http://alex-d.fr"
  10. }
  11. ],
  12. "description": "A lightweight WYSIWYG editor",
  13. "main": "dist/trumbowyg.js",
  14. "keywords": [
  15. "editor",
  16. "wysiwyg",
  17. "javascript",
  18. "richtext"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "bower_components",
  24. "node_modules",
  25. "plugins",
  26. "!dist/plugins",
  27. "test",
  28. "tests",
  29. "src",
  30. "docs",
  31. "sponsors",
  32. "banner.jpg",
  33. "gulpfile.js",
  34. "package.json"
  35. ],
  36. "dependencies": {
  37. "jquery": ">=1.8"
  38. }
  39. }