www

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

commit 8644fb7160fed4d0bea0b8c6572527eb28d15684
parent 4263db98d3a293ff0b8526cfb8d922bda3b262d0
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri,  2 Aug 2013 08:40:44 -0700

Merge pull request #531 from fred-wang/issue393

Resolves Issue #393
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.3.0", + "main": "./MathJax.js", + "homepage": "http://www.mathjax.org/", + "ignore": [ + "**/.*", + "node_modules", + "components" + ], + "keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"] +}