Create composer.json

Usefull to be required with "composer"
This commit is contained in:
neilime 2013-03-26 11:59:49 +01:00
parent 13d5dd373c
commit 9afa4167b8

18
composer.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "FortAwesome/Font-Awesome",
"version": "3.0.2",
"type": "library",
"description": "The iconic font designed for use with Twitter Bootstrap",
"keywords": [
"Font",
"Twitter Bootstrap"
],
"homepage": "http://fortawesome.github.com/Font-Awesome/",
"license": "OFL",
"authors": [
{
"name": "davegandy",
"email": "dave@davegandy.com"
}
]
}