From 8e964090a317c38beb2d29efe4d022bd50283b3e Mon Sep 17 00:00:00 2001 From: John Madhavan-Reese Date: Thu, 4 Dec 2014 10:30:30 -0500 Subject: [PATCH] Added bower.json --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1ec446d --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "responsive-equalized-heights", + "version": "1.0.0", + "description": "An intuitive, class-based interface for creating responsive equalized element heights within ZURB Foundation.", + "main": "lib/responsive-equalized-heights.js", + "repository": { + "type": "git", + "url": "git://github.com/jsmreese/responsive-equalized-heights.git" + }, + "authors": [ + "John Madhavan-Reese (http://pureshare.com/)" + ], + "keywords": [ + "zurb", + "foundation", + "equal", + "equalize", + "equalized", + "height", + "heights" + ], + "license": "MIT", + "ignore": [ + "**/.*" + ], + "homepage": "http://jsmreese.github.io/responsive-equalized-heights/" +}