Adding composer.json (#1293)
This commit is contained in:
45
composer.json
Normal file
45
composer.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "fortawesome/font-awesome-pro",
|
||||
"description": "The iconic font, CSS, and SVG framework",
|
||||
"keywords": ["font", "awesome", "fontawesome", "icon", "svg", "font", "bootstrap"],
|
||||
"homepage": "https://fontawesome.com",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Travis Chase",
|
||||
"homepage": "http://twitter.com/supercodepoet"
|
||||
},
|
||||
{
|
||||
"name": "Dave Gandy",
|
||||
"homepage": "http://twitter.com/davegandy"
|
||||
},
|
||||
{
|
||||
"name": "Rob Madole",
|
||||
"homepage": "http://twitter.com/robmadole"
|
||||
},
|
||||
{
|
||||
"name": "Jory Raphael",
|
||||
"homepage": "http://twitter.com/sensibleworld"
|
||||
},
|
||||
{
|
||||
"name": "Geremia Taglialatela",
|
||||
"homepage": "http://twitter.com/gtagliala"
|
||||
},
|
||||
{
|
||||
"name": "Brian Talbot",
|
||||
"homepage": "http://twitter.com/talbs"
|
||||
},
|
||||
{
|
||||
"name": "Mike Wilkerson",
|
||||
"homepage": "http://twitter.com/mw77"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "hello@fontawesome.com",
|
||||
"issues": "https://github.com/FortAwesome/Font-Awesome-Pro/issues",
|
||||
"source": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||
"docs": "http://fontawesome.com/how-to-use"
|
||||
},
|
||||
"license": [
|
||||
"UNLICENSED"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user