composer.json 743 Bytes
Newer Older
Trent Steel's avatar
Trent Steel committed
1
{
2
  "name": "twbs/bootstrap",
Mark Otto's avatar
Mark Otto committed
3
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
Zlatan Vasović's avatar
Zlatan Vasović committed
4
  "keywords": [
5
6
    "css",
    "js",
7
    "sass",
8
9
10
11
12
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
Zlatan Vasović's avatar
Zlatan Vasović committed
13
  ],
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  "homepage": "http://getbootstrap.com",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    },
    {
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  },
  "license": "MIT",
  "extra": {
    "branch-alias": {
Mark Otto's avatar
Mark Otto committed
31
      "dev-master": "3.3.x-dev"
32
    }
Arnold Daniels's avatar
Arnold Daniels committed
33
34
35
  },
  "replace": {
    "twitter/bootstrap": "self.version"
Benjamin Lévêque's avatar
Benjamin Lévêque committed
36
  }
Trent Steel's avatar
Trent Steel committed
37
}