bower.json 464 B

12345678910111213141516171819
  1. {
  2. "name": "webodf.js",
  3. "description": "JavaScript Document Engine, for displaying and editing documents in the OpenDocument format",
  4. "license": "AGPL-3.0",
  5. "main": "webodf.js",
  6. "ignore": [
  7. "**/*.txt",
  8. "docs",
  9. "webodf-debug.js"
  10. ],
  11. "keywords": [
  12. "OpenDocument", "ODF",
  13. "Text", "Document", "Slides", "Presentation",
  14. "ODT", "OTT", "FODT",
  15. "ODP", "OTP", "FODP",
  16. "Editor", "Viewer"
  17. ],
  18. "homepage": "http://webodf.org/"
  19. }