{
    "name": "queensu_artsci/application_template",
    "description": "Shared template components for Queen's University Faculty of Arts and Science web applications.",
    "type": "project",
    "license": "proprietary",
    "homepage": "https://www.queensu.ca/artsci/",
    "authors": [
        {
            "name": "Stuart Layland",
            "email": "stuart@purelyinteractive.ca",
            "role": "Maintainer"
        },
        {
            "name": "Noah St. Amand",
            "email": "noah@purelyinteractive.ca",
            "role": "Maintainer"
        }
    ],
    "repositories": [
        {
            "type": "vcs",
            "url": "git@bitbucket.org:purelyinteractive/fontawesome"
        }
    ],
    "require": {
        "composer/installers": "^1.9",
        "pi_drupal/fontawesome": "dev-main"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    },
    "extra": {
        "installer-paths": {
            "web/libraries/{$name}": [
                "type:drupal-library"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
