Skip to content

Commit

Permalink
Adding composer.json (#14431)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Dec 20, 2018
1 parent 34dff97 commit fc377a1
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "fortawesome/font-awesome",
"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/issues",
"source": "https://github.com/FortAwesome/Font-Awesome",
"docs": "http://fontawesome.com/how-to-use"
},
"license": [
"CC-BY-4.0",
"OFL-1.1",
"MIT"
]
}

0 comments on commit fc377a1

Please sign in to comment.