summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelectblake <electblake@gmail.com>2013-03-16 01:49:22 -0400
committerelectblake <electblake@gmail.com>2013-03-16 01:49:22 -0400
commit0cf417ae6e17561c98088131d877ec4ddc32d0c3 (patch)
treee90bd483303e176a1a65ce8ca261911d97f11670
parentd3a35fcc0bd775ccaf4d1e5b67c044b9fc263e9f (diff)
initial commi for composer.json
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..632ac273
--- /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": {
+
+ }
+}