.bower.json 789 B

1234567891011121314151617181920212223242526272829303132333435363738
  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",
  13. "ODF",
  14. "Text",
  15. "Document",
  16. "Slides",
  17. "Presentation",
  18. "ODT",
  19. "OTT",
  20. "FODT",
  21. "ODP",
  22. "OTP",
  23. "FODP",
  24. "Editor",
  25. "Viewer"
  26. ],
  27. "homepage": "http://webodf.org/",
  28. "version": "0.5.9",
  29. "_release": "0.5.9",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "v0.5.9",
  33. "commit": "7ed3b1fb92b97d5953e093b79da101c7b9483d76"
  34. },
  35. "_source": "https://github.com/kogmbh/webodf.js_release.git",
  36. "_target": "0.5.*",
  37. "_originalSource": "webodf.js"
  38. }