package.json 963 B

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