From bbaf2d8cbf2e4260e1fca748ebbb038b72afc0ae Mon Sep 17 00:00:00 2001 From: LAU Thierry Date: Mon, 9 Dec 2013 23:09:18 +0100 Subject: [PATCH] Add bower.json --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5f9f9aa --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "KNACSS", + "version": "2.9.0", + "homepage": "http://www.knacss.com/", + "authors": [ + "Raphaƫl GOETTER" + ], + "description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.", + "main": "css/knacss.css", + "keywords": [ + "css", "framework", "reset", "reponsive" + ], + "license": "WTFPL", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "less" + ] +}