Composer support for Fontawesome 5

This commit is contained in:
Nick Tsai 2018-09-08 11:09:53 +08:00 committed by GitHub
parent dafc5f5de4
commit f1c7b184b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
composer.json Normal file
View 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"
}
}