Brak opisu

.bower.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "homepage": "https://github.com/components/font-awesome",
  38. "version": "5.15.4",
  39. "_release": "5.15.4",
  40. "_resolution": {
  41. "type": "version",
  42. "tag": "5.15.4",
  43. "commit": "e6fd09f30f578915cc0cf186b0dd0da54385b6be"
  44. },
  45. "_source": "https://github.com/components/font-awesome.git",
  46. "_target": "^5.15.4",
  47. "_originalSource": "components-font-awesome",
  48. "_direct": true
  49. }