summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/composer.json
blob: a04c7386637433ed157c8a62247369c85a1d5564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "forkawesome/fork-awesome",
  "description": "A fork of the iconic font and CSS framework",
  "keywords": ["font", "awesome", "fontawesome", "forkawesome", "icon",  "bootstrap"],
  "homepage": "http://forkawesome.github.io/Fork-Awesome/",
  "type": "component",
  "authors": [
    {
      "name": "Fork Awesome Community",
      "homepage": "https://forkawesome.github.io"
    }
  ],
  "support": {
    "issues": "https://github.com/ForkAwesome/Fork-Awesome/issues"
  },
  "extra": {
    "branch-alias": {
      "dev-master": "1.0.x-dev"
    }
  },
  "license": [
      "OFL-1.1",
      "MIT"
  ],
  "require-dev": {
      "jekyll": "1.0.2",
      "lessc": "1.4.2"
  }
}