summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 587fa8e1083516ce58b2b7e9f3a8eddd12c43122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "twbs/bootstrap-icons",
  "description": "Official open source SVG icon library for Bootstrap",
  "keywords": [
    "bootstrap",
    "icons",
    "svg",
    "icon font"
  ],
  "homepage": "https://icons.getbootstrap.com/",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/icons/issues"
  },
  "license": "MIT"
}