From: Rob Madole Date: Thu, 20 Dec 2018 22:41:16 +0000 (-0600) Subject: Adding composer.json (#14431) X-Git-Tag: 5.7.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc377a13a36717464b61c045444fea1e35c26b6d;p=thirdparty%2FFont-Awesome.git Adding composer.json (#14431) --- diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000..656306157b --- /dev/null +++ b/composer.json @@ -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" + ] +}