Merge koodough's Bower branch into issue393

This commit is contained in:
Frédéric Wang 2013-08-02 14:53:10 +02:00
commit 095c80a731

12
component.json Normal file
View File

@ -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"]
}