mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
change from component.json to bower.json
This commit is contained in:
parent
921cd9c152
commit
21337e315b
23
bower.json
Normal file
23
bower.json
Normal 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"
|
||||
]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Font-Awesome",
|
||||
"name": "font-awesome",
|
||||
"repo": "FortAwesome/Font-Awesome",
|
||||
"description": "Font Awesome",
|
||||
"version": "4.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user