summaryrefslogtreecommitdiff
path: root/composer.json
blob: d458ecc68b548917bc4ec38f9ce6dd1fb36f058b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "citation-style-language/locales",
    "description": "Citation Style Language (CSL) Locales",
    "type": "library",
    "license": "CC-BY-SA-3.0",
    "homepage": "http://citationstyles.org/",
    "authors": [
        {
            "name": "Citation Style Language (CSL) Team",
            "homepage": "http://citationstyles.org/about/#Credits"
        }
    ],
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "require": {}
}