www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

bower.json (222B)


      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 }