0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-25 05:16:55 +01:00

Merge pull request #25 from tubssp/master

added composer.json
This commit is contained in:
Lipis 2014-06-16 22:52:35 +02:00
commit c97cf277c4

27
composer.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "components/flag-icon-css",
"type": "component",
"description": "CSS for vector based country flags",
"keywords": [],
"license": "The MIT License",
"authors": [
{
"name": "Lipis",
"email": "yo@lip.is"
}
],
"require": {
},
"extra": {
"component": {
"name": "flag-icon-css",
"files": [
"less/**",
"css/**",
"flags/**"
]
}
},
"minimum-stability": "dev"
}