summaryrefslogtreecommitdiff
path: root/composer.json
blob: 29674f7db2810aab78741f743c9859e841241f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "thomaspark/bootswatch",
    "description": "Themes for Twitter Bootstrap",
    "license": "Apache",
    "authors": [
        {
            "name": "thomaspark",
            "email": "hello@thomaspark.me"
        }
    ],
    "require": {
        "slywalker/twitter_bootstrap": "dev-master"
    }
}