aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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 abde63128..757ecd624 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": "[email protected]",
+ },
+ {
+ "name": "Jacob Thornton",
+ "email": "[email protected]",
+ }
+ ]
, "license": "Apache-2.0"
}