summaryrefslogtreecommitdiff
path: root/composer.json
blob: 0e1a3950c88f16c71f7d097f5f0dc00839f3bbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "thomaspark/bootswatch",
    "description": "Themes for Twitter Bootstrap",
    "license": "Apache",
    "authors": [
        {
            "name": "thomaspark",
            "email": "hello@thomaspark.me"
        }
    ],
    "require": {
        "slywalker/twitter_bootstrap": "dev-master"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "gh-pages"
        }
    }
}