diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b3b54a8 --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "sass-web-fonts", + "main": "_web-fonts.scss", + "version": "1.0.0", + "homepage": "https://github.com/penman/Sass-Web-Fonts", + "authors": [ + "Ross Penman " + ], + "description": "A Sass mixin to allow easy, efficient usage of Google Web Fonts.", + "keywords": [ + "sass", + "web fonts", + "google", + "mixin" + ], + "license": "MIT" +}