package.json 1.1 KB

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