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
2015-08-23 16:38:18 -04:00

27 lines
592 B
JSON

{
"name": "fortawesome/font-awesome",
"description": "The iconic font designed for Bootstrap",
"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": "3.2.x-dev"
}
},
"license": [
"OFL-1.1",
"MIT"
],
"require-dev": {
"jekyll": "1.0.2",
"lessc": "1.3.3"
}
}