package.json 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "font-awesome",
  3. "description": "The iconic font designed for Bootstrap",
  4. "version": "4.0.3",
  5. "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
  6. "homepage": "http://fontawesome.io/",
  7. "author": {
  8. "name": "Dave Gandy",
  9. "email": "dave@fontawesome.io",
  10. "web": "http://twitter.com/davegandy"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/FortAwesome/Font-Awesome.git"
  15. },
  16. "contributors": [
  17. {
  18. "name": "Rob Madole",
  19. "web": "http://twitter.com/robmadole"
  20. },
  21. {
  22. "name": "Geremia Taglialatela",
  23. "web": "http://twitter.com/gtagliala"
  24. },
  25. {
  26. "name": "Travis Chase",
  27. "web": "http://twitter.com/supercodepoet"
  28. }
  29. ],
  30. "licenses": [
  31. {
  32. "type": "SIL OFL 1.1",
  33. "url": "http://scripts.sil.org/OFL"
  34. },
  35. {
  36. "type": "MIT License",
  37. "url": "http://opensource.org/licenses/mit-license.html"
  38. }
  39. ],
  40. "dependencies": {
  41. "less": "1.4.2"
  42. }
  43. }