diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..a4a332e9 --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "devicon", + "version": "2.0.0", + "main": "devicon.min.css", + "homepage": "http://devicon.fr/", + "repository": { + "type": "git", + "url": "git://github.com/konpa/devicon.git" + }, + "authors": [ + "konpa (http://konpa.fr)" + ], + "description": "Programming related icons collection", + "keywords": [ + "programming", + "icons", + "svg", + "font" + ], + "license": "MIT" +}