Commit 8a03b012 authored by Andreas Lemke's avatar Andreas Lemke
Browse files

added composer.json

parent f2617e77
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+27 −0
Original line number Diff line number Diff line
{
    "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"
}