From 0cf417ae6e17561c98088131d877ec4ddc32d0c3 Mon Sep 17 00:00:00 2001 From: electblake Date: Sat, 16 Mar 2013 01:49:22 -0400 Subject: [PATCH] initial commi for composer.json --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..632ac27 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "thomaspark/bootswatch", + "description": "Themes for Twitter Bootstrap", + "license": "Apache", + "authors": [ + { + "name": "thomaspark", + "email": "hello@thomaspark.me" + } + ], + "require": { + + } +} -- 2.39.2