aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index abde63128..9c5db618f 100644
--- a/composer.json
+++ b/composer.json
@@ -2,8 +2,19 @@
"name": "twitter/bootstrap"
, "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."
+ , "homepage": "http://getbootstrap.com"
+ , "authors": [
+ {
+ "name": "Mark Otto",
+ "email": "[email protected]",
+ },
+ {
+ "name": "Jacob Thornton",
+ "email": "[email protected]",
+ }
+ ]
+ , "support": {
+ "issues": "https://github.com/twitter/bootstrap/issues"
+ }
, "license": "Apache-2.0"
-
}