mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 09:40:27 +08:00
added bower.json in favor of component.json as this is being depricated in a future bower release
This commit is contained in:
parent
6fbbefc89f
commit
918c6283a2
18
bower.json
Normal file
18
bower.json
Normal 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/*"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user