.bower.json 523 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "MathJax",
  3. "main": "./MathJax.js",
  4. "homepage": "http://www.mathjax.org/",
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "components"
  9. ],
  10. "keywords": [
  11. "math",
  12. "js",
  13. "LaTeX",
  14. "MathML",
  15. "AsciiMath"
  16. ],
  17. "version": "2.7.2",
  18. "_release": "2.7.2",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "2.7.2",
  22. "commit": "82590066f9cc3561d4a6b6355ce82af324cb161d"
  23. },
  24. "_source": "https://github.com/mathjax/MathJax.git",
  25. "_target": "2.7.*",
  26. "_originalSource": "MathJax"
  27. }