From 128a414ca7bcbfcaddf650442cbdf90209319af7 Mon Sep 17 00:00:00 2001 From: Ralph Holzmann Date: Wed, 10 Oct 2012 15:21:14 -0500 Subject: [PATCH] Adding component.json for bower. --- component.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..43b5b8b --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name": "flot", + "version": "0.7.0", + "main": "jquery.flot.js", + "dependencies": { + "jquery": ">= 1.3.2" + } +}