0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-25 13:29:24 +01:00

Updated composer.json

This commit is contained in:
Panayiotis Lipiridis 2014-06-16 22:57:12 +02:00
parent c97cf277c4
commit b12989d2e2

View File

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