Fork-Awesome/composer.json

29 lines
640 B
JSON
Raw Normal View History

2013-02-09 03:11:14 +01:00
{
"name": "forkawesome/fork-awesome",
"description": "A fork of the iconic font and CSS framework",
2013-02-09 03:11:14 +01:00
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
2018-02-06 05:41:51 +01:00
"homepage": "http://forkawesome.github.io/Fork-Awesome/",
"type": "component",
2013-02-09 03:11:14 +01:00
"authors": [
{
"name": "Dave Gandy",
"email": "dave@fontawesome.io",
"role": "Developer",
2013-06-26 17:41:16 +02:00
"homepage": "http://twitter.com/davegandy"
2013-02-09 03:11:14 +01:00
}
],
"extra": {
"branch-alias": {
2017-04-17 09:56:56 +02:00
"dev-master": "4.7.x-dev"
2013-02-09 03:11:14 +01:00
}
},
"license": [
"OFL-1.1",
"MIT"
],
"require-dev": {
"jekyll": "1.0.2",
"lessc": "1.4.2"
2013-02-09 03:11:14 +01:00
}
}