bower.json 222 B

1234567891011
  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": ["math", "js", "LaTeX", "MathML", "AsciiMath"]
  11. }