1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/bootstrap-source/bootstrap-3.0.3/composer.json Fri Dec 20 22:49:16 2013 +0100
1.3 @@ -0,0 +1,25 @@
1.4 +{
1.5 + "name": "twbs/bootstrap"
1.6 + , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
1.7 + , "keywords": ["bootstrap", "css"]
1.8 + , "homepage": "http://getbootstrap.com"
1.9 + , "authors": [
1.10 + {
1.11 + "name": "Mark Otto",
1.12 + "email": "markdotto@gmail.com"
1.13 + },
1.14 + {
1.15 + "name": "Jacob Thornton",
1.16 + "email": "jacobthornton@gmail.com"
1.17 + }
1.18 + ]
1.19 + , "support": {
1.20 + "issues": "https://github.com/twbs/bootstrap/issues"
1.21 + }
1.22 + , "license": "Apache-2.0"
1.23 + , "extra": {
1.24 + "branch-alias": {
1.25 + "dev-master": "3.0.x-dev"
1.26 + }
1.27 + }
1.28 +}