diff --git a/.gitignore b/.gitignore index 2b1ffbfeb8a254fb39f53e6e4f27aa9d20c859fb..8dd9152433fbac3221af0debce1531878653bcc0 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ nbproject .CVS .idea node_modules + +# Composer +/vendor/* diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..e8b20d8b88ed80ce14f6d52dfb735de8684c8dc7 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "twitter/twitter-bootstrap", + "description": "HTML, CSS, and JS toolkit from Twitter.", + "homepage": "http://twitter.github.com/bootstrap/", + "keywords": ["bootstrap", "css"], + "authors": [ + { + "name": "Twitter Inc." + } + ], + "license": "Apache-2.0" +}