-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
2854c5c
commit b604c2f
Showing
2 changed files
with
24 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "twbs/bootstrap" | ||
, "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." | ||
, "keywords": ["bootstrap", "css"] | ||
, "homepage": "http://getbootstrap.com" | ||
, "authors": [ | ||
{ | ||
"name": "Mark Otto", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jacob Thornton", | ||
"email": "[email protected]" | ||
} | ||
] | ||
, "support": { | ||
"issues": "https://github.com/twbs/bootstrap/issues" | ||
"name": "twbs/bootstrap", | ||
"description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.", | ||
"keywords": ["bootstrap", "css"], | ||
"homepage": "http://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.0.x-dev" | ||
} | ||
, "license": "MIT" | ||
, "extra": { | ||
"branch-alias": { | ||
"dev-master": "3.0.x-dev" | ||
} | ||
} | ||
} |
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