Merge pull request #88 from electblake/gh-pages
authorThomas Park <thomas@thomaspark.me>
Sat, 16 Mar 2013 17:32:25 +0000 (10:32 -0700)
committerThomas Park <thomas@thomaspark.me>
Sat, 16 Mar 2013 17:32:25 +0000 (10:32 -0700)
Added Composer.json

composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..6d32a84
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "name": "thomaspark/bootswatch",
+    "description": "Themes for Twitter Bootstrap",
+    "licenses": "Apache-2.0",
+    "authors": [
+        {
+            "name": "thomaspark",
+            "email": "hello@thomaspark.me"
+        }
+    ]
+}