bower.json 578 B

1234567891011121314151617181920212223
  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", "ODF",
  18. "Text", "Document",
  19. "ODT", "OTT", "FODT",
  20. "Editor"
  21. ],
  22. "homepage": "http://webodf.org/"
  23. }