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:
-rw-r--r--composer.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index abde63128e..757ecd6246 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,16 @@
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
, "keywords": ["bootstrap", "css"]
, "homepage": "http://twitter.github.com/bootstrap/"
- , "author": "Twitter Inc."
+ , "authors": [
+ {
+ "name": "Mark Otto",
+ "email": "markdotto@gmail.com",
+ },
+ {
+ "name": "Jacob Thornton",
+ "email": "jacobthornton@gmail.com",
+ }
+ ]
, "license": "Apache-2.0"
}