From 722797218ab7ef508162659f29241695e7ce63f4 Mon Sep 17 00:00:00 2001 From: Sam Chambers Date: Sat, 9 Mar 2013 17:48:41 -0600 Subject: [PATCH] added ./component.json for bower --- component.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 000000000..35b46257f --- /dev/null +++ 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