Fork-Awesome/composer.json
Elan Ruusamäe 3a2fab89c4 Fix Composer package "type" to "component"
This will allow easy deployment into a public directory with [component-installer](https://github.com/RobLoach/component-installer) or other various methods.
2017-07-17 11:07:57 -05:00

29 lines
610 B
JSON

{
"name": "fortawesome/font-awesome",
"description": "The iconic font and CSS framework",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/",
"type": "component",
"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"
}
}