bower.json 399 B

1234567891011121314151617181920
  1. {
  2. "name": "components-font-awesome",
  3. "description": "Font Awesome, the iconic font designed for use with Twitter Bootstrap.",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/components/font-awesome.git"
  7. },
  8. "main": [
  9. "css/font-awesome.css"
  10. ],
  11. "license": [
  12. "MIT",
  13. "OFL-1.1"
  14. ],
  15. "ignore": [
  16. "Makefile",
  17. "component.json",
  18. "composer.json"
  19. ]
  20. }