Açıklama Yok

bower.json 708B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "components-font-awesome",
  3. "description": "Font Awesome, the iconic SVG, font, and CSS framework.",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/components/font-awesome.git"
  7. },
  8. "main": [
  9. "css/all.css",
  10. "scss/fontawesome.scss",
  11. "webfonts/fa-brands-400.woff2",
  12. "webfonts/fa-brands-400.ttf",
  13. "webfonts/fa-regular-400.woff2",
  14. "webfonts/fa-regular-400.ttf",
  15. "webfonts/fa-solid-900.woff2",
  16. "webfonts/fa-solid-900.ttf",
  17. "webfonts/fa-v4compatibility.woff2",
  18. "webfonts/fa-v4compatibility.ttf"
  19. ],
  20. "license": [
  21. "CC-BY-4.0",
  22. "MIT",
  23. "OFL-1.1"
  24. ],
  25. "ignore": [
  26. "Makefile",
  27. "component.json",
  28. "composer.json"
  29. ]
  30. }