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

package.json « free-solid-svg-icons « @fortawesome « js-packages « Font-Awesome « FortAwesome « github.com « _vendor - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b73d3f2f7aa464156926bea29f9b1db1da948ca (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "description": "The iconic font, CSS, and SVG framework",
  "keywords": [
    "font",
    "awesome",
    "fontawesome",
    "icon",
    "svg",
    "bootstrap"
  ],
  "homepage": "https://fontawesome.com",
  "bugs": {
    "url": "http://github.com/FortAwesome/Font-Awesome/issues"
  },
  "author": {
    "name": "Dave Gandy",
    "email": "dave@fontawesome.com",
    "web": "http://twitter.com/davegandy"
  },
  "contributors": [
    {
      "name": "Brian Talbot",
      "web": "http://twitter.com/talbs"
    },
    {
      "name": "Travis Chase",
      "web": "http://twitter.com/supercodepoet"
    },
    {
      "name": "Rob Madole",
      "web": "http://twitter.com/robmadole"
    },
    {
      "name": "Geremia Taglialatela",
      "web": "http://twitter.com/gtagliala"
    },
    {
      "name": "Mike Wilkerson",
      "web": "http://twitter.com/mw77"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/FortAwesome/Font-Awesome"
  },
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "@fortawesome/fontawesome-common-types": "^0.2.36"
  },
  "version": "5.15.4",
  "name": "@fortawesome/free-solid-svg-icons",
  "main": "index.js",
  "module": "index.es.js",
  "jsnext:main": "index.es.js",
  "license": "(CC-BY-4.0 AND MIT)",
  "types": "./index.d.ts",
  "sideEffects": false,
  "scripts": {
    "postinstall": "node attribution.js"
  }
}