package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "font-awesome",
  3. "description": "The iconic font designed for Bootstrap",
  4. "version": "3.2.0",
  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/byscuits"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/FortAwesome/Font-Awesome.git"
  15. },
  16. "contributors": [
  17. {
  18. "name": "Dave Gandy",
  19. "email": "dave@fontawesome.io",
  20. "web": "http://scripts.sil.org/OFL"
  21. },
  22. {
  23. "name": "Rob Madole",
  24. "web": "http://twitter.com/robmadole"
  25. },
  26. {
  27. "name": "Geremia Taglialatela",
  28. "web": "http://twitter.com/gtagliala"
  29. },
  30. {
  31. "name": "Travis Chase",
  32. "web": "http://twitter.com/supercodepoet"
  33. }
  34. ],
  35. "licenses": [
  36. {
  37. "type": "SIL OFL 1.1",
  38. "url": "http://scripts.sil.org/OFL"
  39. },
  40. {
  41. "type": "MIT License",
  42. "url": "http://opensource.org/licenses/mit-license.html"
  43. }
  44. ],
  45. "dependencies": {
  46. "jekyll": "1.0.2",
  47. "lessc": "1.3.3"
  48. }
  49. }