1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/library/font_awesome/composer.json
2016-05-17 22:35:14 +05:30

27 lines
587 B
JSON

{
"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"
}
],
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"license": [
"OFL-1.1",
"MIT"
],
"require-dev": {
"jekyll": "1.0.2",
"lessc": "1.4.2"
}
}