diff options
author | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
commit | 568553394d0a8b34668a75c9839a0f1f426469b2 (patch) | |
tree | 175c08844f05611b059ba6900fb6519dbbc735d2 /themes/docsy/assets/vendor/Font-Awesome/composer.json | |
parent | d5d6f70371958eec0679831abd283498ff2731e5 (diff) | |
download | website-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz website-568553394d0a8b34668a75c9839a0f1f426469b2.zip |
theme: Switch to docsy theme
Diffstat (limited to 'themes/docsy/assets/vendor/Font-Awesome/composer.json')
-rw-r--r-- | themes/docsy/assets/vendor/Font-Awesome/composer.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/Font-Awesome/composer.json b/themes/docsy/assets/vendor/Font-Awesome/composer.json new file mode 100644 index 0000000..6563061 --- /dev/null +++ b/themes/docsy/assets/vendor/Font-Awesome/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": "[email protected]", + "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" + ] +} |