package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "font-awesome",
  3. "description": "The iconic font and CSS framework",
  4. "version": "4.7.0",
  5. "style": "css/font-awesome.css",
  6. "keywords": [
  7. "font",
  8. "awesome",
  9. "fontawesome",
  10. "icon",
  11. "font",
  12. "bootstrap"
  13. ],
  14. "homepage": "http://fontawesome.io/",
  15. "bugs": {
  16. "url": "http://github.com/FortAwesome/Font-Awesome/issues"
  17. },
  18. "author": {
  19. "name": "Dave Gandy",
  20. "email": "dave@fontawesome.io",
  21. "web": "http://twitter.com/davegandy"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/FortAwesome/Font-Awesome.git"
  26. },
  27. "contributors": [
  28. {
  29. "name": "Brian Talbot",
  30. "web": "http://twitter.com/talbs"
  31. },
  32. {
  33. "name": "Travis Chase",
  34. "web": "http://twitter.com/supercodepoet"
  35. },
  36. {
  37. "name": "Rob Madole",
  38. "web": "http://twitter.com/robmadole"
  39. },
  40. {
  41. "name": "Geremia Taglialatela",
  42. "web": "http://twitter.com/gtagliala"
  43. }
  44. ],
  45. "license": "(OFL-1.1 AND MIT)",
  46. "dependencies": {},
  47. "engines": {
  48. "node": ">=0.10.3"
  49. },
  50. "__npminstall_done": "Thu Dec 24 2020 20:20:27 GMT+0800 (CST)",
  51. "_from": "font-awesome@4.7.0",
  52. "_resolved": "https://registry.npm.taobao.org/font-awesome/download/font-awesome-4.7.0.tgz"
  53. }