www

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

commit 095c80a731068c21a2e565760865d0c63add804a
parent 4263db98d3a293ff0b8526cfb8d922bda3b262d0
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Fri,  2 Aug 2013 14:53:10 +0200

Merge koodough's Bower branch into issue393

Diffstat:
Acomponent.json | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/component.json 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"] +}