0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

fixes #7018: authors, not author, in composer

This commit is contained in:
Mark Otto 2013-06-02 15:22:53 -07:00
parent 4fa1e729f0
commit 56d6fea45e

View File

@ -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"
}