diff options
-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" + } + ] +} |