From 74089e7388ad45f8d01385d02e2bfa2e4980c707 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 5 Aug 2016 14:40:08 +0200 Subject: [PATCH] Added Bower file --- bower.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9cd00fc --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "zurb-responsive-tables", + "description": "Responsive Tables for Foundation made by ZURB.", + "homepage": "http://zurb.com/playground/responsive-tables", + "authors": [ + "ZURB " + ], + "license": "MIT", + "keywords": [ + "zurb", + "foundation", + "table", + "responsive" + ] +}