Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01ceb2b10c955360ae132e446a17dfd6ce760f0b (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
30
31
32
{
  "name": "font-awesome",
  "description": "The iconic font designed for Bootstrap",
  "version": "3.2.0",
  "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
  "homepage": "http://fontawesome.io/",
  "author": {
    "name": "Dave Gandy",
    "email": "dave@fontawesome.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FortAwesome/Font-Awesome.git"
  },
  "licenses": [
    {
      "type": "SIL OFL 1.1",
      "url": "http://scripts.sil.org/OFL"
    },
    {
      "type": "MIT License",
      "url": "http://opensource.org/licenses/mit-license.html"
    },
    {
      "type": "CC BY 3.0",
      "url": "http://creativecommons.org/licenses/by/3.0/"
    }
  ],
  "devDependencies": {
    "recess": "1.1.6"
  }
}