diff options
Diffstat (limited to 'bower_components/bootstrap-sass-official/composer.json')
-rw-r--r-- | bower_components/bootstrap-sass-official/composer.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/bower_components/bootstrap-sass-official/composer.json b/bower_components/bootstrap-sass-official/composer.json new file mode 100644 index 00000000..9d55fa74 --- /dev/null +++ b/bower_components/bootstrap-sass-official/composer.json @@ -0,0 +1,35 @@ +{ + "name": "twbs/bootstrap-sass", + "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.", + "keywords": ["bootstrap", "css", "sass"], + "homepage": "http://github.com/twbs/bootstrap-sass", + "authors": [ + { + "name": "Thomas McDonald" + }, + { + "name": "Tristan Harward" + }, + { + "name": "Peter Gumeson" + }, + { + "name": "Gleb Mazovetskiy" + }, + { + "name": "Mark Otto" + }, + { + "name": "Jacob Thornton" + } + ], + "support": { + "issues": "https://github.com/twbs/bootstrap-sass/issues" + }, + "license": "MIT", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + } +} |