bower.json 743 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "bootstrap-wysiwyg",
  3. "description": "A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand.",
  4. "version": "1.0.4",
  5. "keywords": [
  6. "css",
  7. "js",
  8. "responsive",
  9. "front-end",
  10. "web",
  11. "wysiwyg",
  12. "editor"
  13. ],
  14. "homepage": "https://github.com/steveathon/bootstrap-wysiwyg",
  15. "main": [
  16. "js/bootstrap-wysiwyg.min.js"
  17. ],
  18. "ignore": [
  19. ".*",
  20. "index.html",
  21. "CHANGES",
  22. "LICENSE",
  23. "SUPPORTED"
  24. ],
  25. "license": "MIT",
  26. "dependencies": {
  27. "jquery": "~2.1.4",
  28. "jquery.hotkeys": "https://github.com/jeresig/jquery.hotkeys.git#master",
  29. "fontawesome": "~4.5.0",
  30. "bootstrap": "~3.3.5",
  31. "google-code-prettify": "~1.0.4"
  32. }
  33. }