diff --git a/component.json b/component.json new file mode 100644 index 000000000..9c2d548cf --- /dev/null +++ b/component.json @@ -0,0 +1,12 @@ +{ + "name": "MathJax", + "version": "2.1.0", + "main": "./MathJax.js", + "homepage": "http://www.mathjax.org/", + "ignore": [ + "**/.*", + "node_modules", + "components" + ], + "keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"] +}