From 6937bbf07a0d9826107dde9dd866cbc904ac37cd Mon Sep 17 00:00:00 2001 From: Dmitri Voronianski Date: Fri, 28 Mar 2014 17:11:37 +0200 Subject: [PATCH] add as bower package --- README.md | 2 +- bower.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/README.md b/README.md index c117cc8..a7f6cf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Social icons pack -Collection of icons for popular services, based and inspired by the icons used inside [Likeastore app](https://app.likeastore.com). +Free collection of icons for popular services, based and inspired by the icons used inside [Likeastore app](https://app.likeastore.com). ![](https://raw.githubusercontent.com/likeastore/likeastore-social-icons/master/all-preview-green.png) diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c1f34a2 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "likeastore-icons-pack", + "version": "0.1.0", + "homepage": "https://github.com/likeastore/likeastore-social-icons", + "description": "Free collection of icons for popular services", + "main": "all-preview-green.png", + "keywords": [ + "icons", + "socials", + "free", + "pack", + "likeastore", + "flat" + ], + "authors": [ + "Dmitri Voronianski " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}