.bower.json 895 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "Wodo.TextEditor",
  3. "description": "Editor component for text documents in the OpenDocument format (ODT). Done with just HTML, CSS, and JavaScript. Powered by WebODF",
  4. "license": "AGPL-3.0",
  5. "main": "wodotexteditor/wodotexteditor.js",
  6. "ignore": [
  7. "**/*.txt",
  8. "docs",
  9. "FileSaver.js",
  10. "HOWTO.md",
  11. "localfileeditor.html",
  12. "localfileeditor.js",
  13. "texteditor.html",
  14. "welcome.odt"
  15. ],
  16. "keywords": [
  17. "OpenDocument",
  18. "ODF",
  19. "Text",
  20. "Document",
  21. "ODT",
  22. "OTT",
  23. "FODT",
  24. "Editor"
  25. ],
  26. "homepage": "http://webodf.org/",
  27. "version": "0.5.9",
  28. "_release": "0.5.9",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "v0.5.9",
  32. "commit": "e6525e9e3e6e2ebdda80696334d1933c19ec6edf"
  33. },
  34. "_source": "https://github.com/kogmbh/Wodo.TextEditor_release.git",
  35. "_target": "0.5.*",
  36. "_originalSource": "wodo.texteditor"
  37. }