]> git.ipfire.org Git - thirdparty/bootstrap.git/blame - composer.json
docs: migrate to the built-in sitemap template (#39951)
[thirdparty/bootstrap.git] / composer.json
CommitLineData
4d593618 1{
b604c2fb 2 "name": "twbs/bootstrap",
1c3a3b75 3 "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
6f09a888 4 "keywords": [
6f1cc694
CR
5 "css",
6 "js",
0964504f 7 "sass",
6f1cc694
CR
8 "mobile-first",
9 "responsive",
10 "front-end",
11 "framework",
12 "web"
6f09a888 13 ],
10c64bda 14 "homepage": "https://getbootstrap.com/",
b604c2fb
ZV
15 "authors": [
16 {
17 "name": "Mark Otto",
18 "email": "markdotto@gmail.com"
19 },
20 {
21 "name": "Jacob Thornton",
22 "email": "jacobthornton@gmail.com"
23 }
24 ],
25 "support": {
26 "issues": "https://github.com/twbs/bootstrap/issues"
27 },
28 "license": "MIT",
53b8254f
AD
29 "replace": {
30 "twitter/bootstrap": "self.version"
7df3e142 31 }
4d593618 32}