From 32494602a133f47064880f6ae39c062e95b0fddd Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Sun, 6 Apr 2014 21:32:44 -0400 Subject: [PATCH] Adds bower.json --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f924cc9 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "topcoat-grid", + "version": "0.1.0", + "homepage": "https://github.com/topcoat/grid", + "authors": [ + "Kristofer Joseph" + ], + "description": "simple grid built on css flex", + "main": "css/grid.css", + "keywords": [ + "topcoat", + "grid", + "css" + ], + "license": "MIT, Apache2", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}