0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 19:47:45 +01:00
flags/composer.json
Panayiotis Lipiridis b12989d2e2 Updated composer.json
2014-06-16 22:57:12 +02:00

23 lines
405 B
JSON

{
"name": "components/flag-icon-css",
"type": "component",
"description": "CSS for vector based country flags",
"license": "MIT",
"authors":[
{
"name": "Panayiotis Lipiridis (Lipis)",
"email": "lipiridis@gmail.com"
}
],
"extra":{
"component":{
"name": "flag-icon-css",
"files":[
"less/**",
"css/**",
"flags/**"
]
}
}
}