]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/asset/bower.json
Merge pull request #742 from annando/ap
[friendica-addons.git] / mathjax / asset / bower.json
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 }