diff --git a/bootstrap-3.0.0/composer.json b/bootstrap-3.0.0/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..8667ba51babf455ca406c0d529a736f2f92f1846 --- /dev/null +++ b/bootstrap-3.0.0/composer.json @@ -0,0 +1,20 @@ +{ + "name": "twbs/bootstrap" + , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." + , "keywords": ["bootstrap", "css"] + , "homepage": "http://getbootstrap.com" + , "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + }, + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + } + ] + , "support": { + "issues": "https://github.com/twbs/bootstrap/issues" + } + , "license": "Apache-2.0" +}