mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 22:59:14 +08:00
Composer support for Fontawesome 5
This commit is contained in:
parent
dafc5f5de4
commit
f1c7b184b0
22
composer.json
Normal file
22
composer.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "fortawesome/font-awesome",
|
||||
"description": "The iconic font and CSS framework",
|
||||
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
|
||||
"homepage": "http://fontawesome.io/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dave Gandy",
|
||||
"email": "dave@fontawesome.io",
|
||||
"role": "Developer",
|
||||
"homepage": "http://twitter.com/davegandy"
|
||||
}
|
||||
],
|
||||
"license": [
|
||||
"OFL-1.1",
|
||||
"MIT"
|
||||
],
|
||||
"require-dev": {
|
||||
"jekyll": "1.0.2",
|
||||
"lessc": "1.4.2"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user