From 715464d153fc762364e66d67844ad2284ef91d4a Mon Sep 17 00:00:00 2001 From: Stefan Baumgartner Date: Sun, 12 Jan 2014 17:55:43 +0100 Subject: [PATCH] adds bower.json --- bower.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..46b17a0 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "typecsset", + "version": "0.3.0", + "homepage": "http://csswizardry.com/typecsset/", + "authors": [ + "Harry Roberts " + ], + "description": "A small Sass library for setting type on the web.", + "main": "typecsset.scss", + "keywords": [ + "Sass", + "typeset", + "type", + "CSS", + "vertical", + "rhythm" + ], + "license": "Apache License 2.0" +}