1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 10:02:12 +02:00

add bower.json

This commit is contained in:
konpa
2015-06-18 09:39:02 +02:00
parent 742765ebb7
commit fc82a86f0a

21
bower.json Normal file
View File

@@ -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 <julien@konpa.fr> (http://konpa.fr)"
],
"description": "Programming related icons collection",
"keywords": [
"programming",
"icons",
"svg",
"font"
],
"license": "MIT"
}