Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/composer.json b/composer.json
index 81d7ef85d7..93ed9f2dfa 100644
--- a/composer.json
+++ b/composer.json
@@ -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": "markdotto@gmail.com"
- },
- {
- "name": "Jacob Thornton",
- "email": "jacobthornton@gmail.com"
- }
- ]
- , "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": "markdotto@gmail.com"
+ },
+ {
+ "name": "Jacob Thornton",
+ "email": "jacobthornton@gmail.com"
+ }
+ ],
+ "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"
- }
}
}