diff options
-rw-r--r-- | composer.json | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/composer.json b/composer.json index d08a1b5a..b7634fd9 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,39 @@ { "name": "thomaspark/bootswatch", "description": "Themes for Bootstrap", - "licenses": "MIT", + "license": "MIT", "authors": [ { "name": "thomaspark", "email": "hello@thomaspark.me" } - ] + ], + "type": "component", + "require": { + "robloach/component-installer": "0.0.*" + }, + "extra": { + "component": { + "name": "bootswatch", + "files": [ + "README.md", + "LICENSE", + "amelia/*", + "cerulean/*", + "cosmo/*", + "cyborg/*", + "flatly/*", + "fonts/*", + "journal/*", + "lumen/*", + "readable/*", + "simplex/*", + "slate/*", + "spacelab/*", + "superhero/*", + "united/*", + "yeti/*" + ] + } + } } |