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:
authorMark Otto <otto@github.com>2013-06-03 02:22:53 +0400
committerMark Otto <otto@github.com>2013-06-03 02:22:53 +0400
commit56d6fea45e8c3f3ab60d07206b294bc71b893926 (patch)
treec26cc9f853c2ac9adcaab5ed8fb1885f81ff934a /composer.json
parent4fa1e729f0af36c1ca6214fe31e972d80b4ff4f7 (diff)
fixes #7018: authors, not author, in composer
Diffstat (limited to 'composer.json')
-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"
}