diff options
| author | Mark Otto <[email protected]> | 2014-03-03 21:50:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-03 21:50:03 -0800 |
| commit | 2ece8dd33616bc2e7f753d108810df7eeac7c3a9 (patch) | |
| tree | 88376b4fca645a8c2fa6267d301d92c0bf639919 /composer.json | |
| parent | b22f064c2ee38dbd84635d91b8a809a8923f5bfd (diff) | |
| parent | e381635b1faf7480bcf54618804a62dd4a049a93 (diff) | |
| download | bootstrap-2ece8dd33616bc2e7f753d108810df7eeac7c3a9.tar.xz bootstrap-2ece8dd33616bc2e7f753d108810df7eeac7c3a9.zip | |
Merge branch 'master' into rtl_via_css_flip
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 93ed9f2df..92056297a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,16 @@ { "name": "twbs/bootstrap", - "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.", - "keywords": ["bootstrap", "css"], + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "keywords": [ + "css", + "js", + "less", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" + ], "homepage": "http://getbootstrap.com", "authors": [ { |
