added bower.json in favor of component.json as this is being depricated in a future bower release

This commit is contained in:
Ben Thomas 2013-11-04 17:31:27 -07:00
parent 6fbbefc89f
commit 918c6283a2

18
bower.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "Font-Awesome",
"description": "Font Awesome",
"version": "4.0.1",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"development": {},
"license": "SIL, MIT, CC BY 3.0",
"repository": {
"type": "git",
"url": "git://github.com/FortAwesome/Font-Awesome.git"
},
"main": [
"./css/font-awesome.min.css"
"./fonts/*"
]
}