fixed license name, and removed cake-plugin for twitter npm provides what we need
authorelectblake <electblake@gmail.com>
Sat, 16 Mar 2013 06:28:12 +0000 (02:28 -0400)
committerelectblake <electblake@gmail.com>
Sat, 16 Mar 2013 06:28:12 +0000 (02:28 -0400)
composer.json

index 29674f7..6d32a84 100644 (file)
@@ -1,14 +1,11 @@
 {
     "name": "thomaspark/bootswatch",
     "description": "Themes for Twitter Bootstrap",
-    "license": "Apache",
+    "licenses": "Apache-2.0",
     "authors": [
         {
             "name": "thomaspark",
             "email": "hello@thomaspark.me"
         }
-    ],
-    "require": {
-        "slywalker/twitter_bootstrap": "dev-master"
-    }
+    ]
 }