Нема описа

bower.json 937B

1234567891011121314151617181920212223242526272829303132333435363738
  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.eot",
  12. "webfonts/fa-brands-400.woff2",
  13. "webfonts/fa-brands-400.woff",
  14. "webfonts/fa-brands-400.ttf",
  15. "webfonts/fa-brands-400.svg",
  16. "webfonts/fa-regular-400.eot",
  17. "webfonts/fa-regular-400.woff2",
  18. "webfonts/fa-regular-400.woff",
  19. "webfonts/fa-regular-400.ttf",
  20. "webfonts/fa-regular-400.svg",
  21. "webfonts/fa-solid-900.eot",
  22. "webfonts/fa-solid-900.woff2",
  23. "webfonts/fa-solid-900.woff",
  24. "webfonts/fa-solid-900.ttf",
  25. "webfonts/fa-solid-900.svg"
  26. ],
  27. "license": [
  28. "CC-BY-4.0",
  29. "MIT",
  30. "OFL-1.1"
  31. ],
  32. "ignore": [
  33. "Makefile",
  34. "component.json",
  35. "composer.json"
  36. ]
  37. }