{
    "name": "mcnd/picea-ui",
    "description": "A collection of various UI elements to integrate within Picea.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Dave Mc Nicoll",
            "email": "info@mcnd.ca"
        }
    ],
    "require": {
        "mcnd/picea": "dev-master"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/mcNdave/picea.git"
        }
    ],
    "autoload": {
        "psr-4": {
            "Picea\\Ui\\": "src/"
        }
    }
}