Font-Awesome/composer.json
Nick B 2d3ac5fbb0 Update branch alias
https://packagist.org/packages/fortawesome/font-awesome#dev-master is showing the "dev-master" branch as being in the "4.0.x-dev" branch when it is in part of the "4.6.x-dev" branch.
2016-04-25 21:24:30 -04:00

28 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.6.x-dev"
}
},
"license": [
"OFL-1.1",
"MIT"
],
"require-dev": {
"jekyll": "1.0.2",
"lessc": "1.4.2"
}
}