diff options
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/composer.json')
-rw-r--r-- | themes/docsy/assets/vendor/bootstrap/composer.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/composer.json b/themes/docsy/assets/vendor/bootstrap/composer.json new file mode 100644 index 0000000..e1a99c1 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/composer.json @@ -0,0 +1,37 @@ +{ + "name": "twbs/bootstrap", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "keywords": [ + "css", + "js", + "sass", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" + ], + "homepage": "https://getbootstrap.com/", + "authors": [ + { + "name": "Mark Otto", + "email": "[email protected]" + }, + { + "name": "Jacob Thornton", + "email": "[email protected]" + } + ], + "support": { + "issues": "https://github.com/twbs/bootstrap/issues" + }, + "license": "MIT", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "replace": { + "twitter/bootstrap": "self.version" + } +} |