From 29de281184169b5b3f174150f6f763fb541b813c Mon Sep 17 00:00:00 2001 From: Koodough Date: Sat, 9 Mar 2013 18:20:39 -0600 Subject: [PATCH] homepage and keywords added --- component.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index 29ca40d82..9c2d548cf 100644 --- a/component.json +++ b/component.json @@ -2,9 +2,11 @@ "name": "MathJax", "version": "2.1.0", "main": "./MathJax.js", + "homepage": "http://www.mathjax.org/", "ignore": [ "**/.*", "node_modules", "components" - ] + ], + "keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"] }