summaryrefslogtreecommitdiffstats
path: root/vendor/fortawesome/font-awesome/js-packages/@fortawesome/fontawesome-common-types/package.json
blob: 4670c636e15f6c0a87e0e3e5218a6a089880a467 (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
{
  "description": "The iconic font, CSS, and SVG framework",
  "keywords": [
    "font",
    "awesome",
    "fontawesome",
    "icon",
    "svg",
    "bootstrap"
  ],
  "homepage": "https://fontawesome.com",
  "bugs": {
    "url": "https://github.com/FortAwesome/Font-Awesome/issues"
  },
  "author": "The Font Awesome Team (https://github.com/orgs/FortAwesome/people)",
  "repository": {
    "type": "git",
    "url": "https://github.com/FortAwesome/Font-Awesome"
  },
  "engines": {
    "node": ">=6"
  },
  "dependencies": {},
  "version": "6.4.2",
  "name": "@fortawesome/fontawesome-common-types",
  "license": "MIT",
  "types": "./index.d.ts",
  "scripts": {
    "postinstall": "node attribution.js"
  }
}