change from component.json to bower.json

This commit is contained in:
Ben Thomas 2013-12-03 11:00:06 -07:00
parent 921cd9c152
commit 21337e315b
2 changed files with 24 additions and 1 deletions

23
bower.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"version": "4.0.4",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"development": {},
"license": "SIL, MIT, CC BY 3.0",
"main": [
"./css/font-awesome.css",
"./fonts/*"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}

View file

@ -1,5 +1,5 @@
{
"name": "Font-Awesome",
"name": "font-awesome",
"repo": "FortAwesome/Font-Awesome",
"description": "Font Awesome",
"version": "4.0.4",