]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/composer.json
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / composer.json
CommitLineData
91e44d91
S
1{
2 "name": "twbs/bootstrap",
3 "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4 "keywords": [
5 "css",
6 "js",
7 "sass",
8 "mobile-first",
9 "responsive",
10 "front-end",
11 "framework",
12 "web"
13 ],
14 "homepage": "https://getbootstrap.com",
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",
29 "extra": {
30 "branch-alias": {
31 "dev-master": "3.3.x-dev"
32 }
33 },
34 "replace": {
35 "twitter/bootstrap": "self.version"
36 }
37}