diff -r 6093dda9fe38 -r a9d04f5f5650 bootstrap-source/bootstrap-3.0.3/composer.json --- a/bootstrap-source/bootstrap-3.0.3/composer.json Sat Jan 18 12:34:36 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -{ - "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" - , "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - } -}