-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09948b0
commit 220ece7
Showing
62 changed files
with
1,414 additions
and
837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
{ | ||
"name": "components/bootstrap", | ||
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.", | ||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | ||
"type": "component", | ||
"keywords": [ | ||
"bootstrap", | ||
"css" | ||
"css", | ||
"less", | ||
"mobile-first", | ||
"responsive", | ||
"front-end", | ||
"framework", | ||
"web" | ||
], | ||
"homepage": "http://getbootstrap.com", | ||
"license": "Apache-2.0", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Twitter, Inc" | ||
"name": "Mark Otto", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jacob Thornton", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"components/jquery": ">=1.9" | ||
"components/jquery": ">=1.9.1" | ||
}, | ||
"suggest": { | ||
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.