Keine Beschreibung

.bower.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "homepage": "https://github.com/components/font-awesome",
  31. "version": "6.1.1",
  32. "_release": "6.1.1",
  33. "_resolution": {
  34. "type": "version",
  35. "tag": "6.1.1",
  36. "commit": "9c95a6a9572933bc964f05b810f0808a5de00ee1"
  37. },
  38. "_source": "https://github.com/components/font-awesome.git",
  39. "_target": "^6.1.1",
  40. "_originalSource": "components-font-awesome",
  41. "_direct": true
  42. }