diff --git a/composer.json b/composer.json index 10be060857..eb9c50b05d 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,21 @@ "ender" ], "homepage": "http://github.com/moment/moment/", - "author": "Tim Wood (http://timwoodcreates.com/)", - "license": "MIT" + "authors": [{"name": "Tim Wood", "email": "washwithcare@gmail.com"}], + "license": "MIT", + "type": "component", + "require": { + "robloach/component-installer": "*" + }, + "extra": { + "component": { + "scripts": [ + "moment.js" + ], + "files": [ + "min/*.js", + "lang/*.js" + ] + } + } }