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

bower.json - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 253e32363f43c0018a20684d904753483dd5659c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "font-awesome",
  "description": "Font Awesome",
  "version": "4.0.4",
  "keywords": [],
  "homepage": "http://fontawesome.io",
  "dependencies": {},
  "development": {},
  "license": "SIL, MIT, CC BY 3.0",
  "main": [
    "./css/font-awesome.css",
    "./fonts/*"
  ],
  "ignore": [
    "*/.*",
    "*.json",
    "src",
    "*.yml",
    "Gemfile",
    "Gemfile.lock",
    "*.md"
  ]
}