diff --git a/History.md b/History.md index 3b141db..cad0e8b 100644 --- a/History.md +++ b/History.md @@ -2,3 +2,8 @@ ================== * Adding component.json + +0.1.0 / 2014-06-13 +================== + + * Adding composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..64f633c --- /dev/null +++ b/composer.json @@ -0,0 +1,25 @@ +{ + "name": "components/bootstrap-notify", + "type": "component", + "description": "Bootstrap alert system made better.", + "keywords": [], + "license": "", + "authors": [ + { + "name": "Andreas Lemke", + "email": "andreas.lemke@tu-braunschweig.de" + } + ], + "require": { + }, + "extra": { + "component": { + "name": "bootstrap-notify", + "files": [ + "css/*", + "js/*" + ] + } + }, + "minimum-stability": "dev" +}