| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "components-font-awesome",
- "description": "Font Awesome, the iconic SVG, font, and CSS framework.",
- "repository": {
- "type": "git",
- "url": "git://github.com/components/font-awesome.git"
- },
- "main": [
- "css/all.css",
- "scss/fontawesome.scss",
- "webfonts/fa-brands-400.woff2",
- "webfonts/fa-brands-400.ttf",
- "webfonts/fa-regular-400.woff2",
- "webfonts/fa-regular-400.ttf",
- "webfonts/fa-solid-900.woff2",
- "webfonts/fa-solid-900.ttf",
- "webfonts/fa-v4compatibility.woff2",
- "webfonts/fa-v4compatibility.ttf"
- ],
- "license": [
- "CC-BY-4.0",
- "MIT",
- "OFL-1.1"
- ],
- "ignore": [
- "Makefile",
- "component.json",
- "composer.json"
- ]
- }
|