www

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

commit 722797218ab7ef508162659f29241695e7ce63f4
parent 9207aa2841ab24127be30f1a119ee05a6c28ccf5
Author: Sam Chambers <sam@wovac.com>
Date:   Sat,  9 Mar 2013 17:48:41 -0600

added ./component.json for bower

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

diff --git a/component.json b/component.json @@ -0,0 +1,10 @@ +{ + "name": "MathJax", + "version": "2.1", + "main": "./MathJax.js", + "ignore": [ + "**/.*", + "node_modules", + "components" + ] +} +\ No newline at end of file