diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-03-16 10:32:25 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-03-16 10:32:25 -0700 |
commit | 3e7f28db5677ef2e1f568663302af2697b92faba (patch) | |
tree | 10f9e368e9ec72fa901c638582837cfdc23d4581 | |
parent | d3a35fcc0bd775ccaf4d1e5b67c044b9fc263e9f (diff) | |
parent | 347e229d70b1b9b0d6ca9f2f0fbe6b520926a09c (diff) |
Merge pull request #88 from electblake/gh-pages
Added Composer.json
-rw-r--r-- | composer.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..6d32a84b --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "thomaspark/bootswatch", + "description": "Themes for Twitter Bootstrap", + "licenses": "Apache-2.0", + "authors": [ + { + "name": "thomaspark", + "email": "hello@thomaspark.me" + } + ] +} |