.bower.json 591 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "flag-icon-css",
  3. "main": [
  4. "css/flag-icon.min.css",
  5. "less/flag-icon.less",
  6. "sass/_flag-icon.scss"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "assets",
  11. "Gruntfile.coffee",
  12. "index.html",
  13. "LICENSE",
  14. "package.json"
  15. ],
  16. "homepage": "https://github.com/lipis/flag-icon-css",
  17. "version": "2.8.0",
  18. "_release": "2.8.0",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "2.8.0",
  22. "commit": "b0a4e05d5e5054e58bd7537c3f1f6712ead19dae"
  23. },
  24. "_source": "https://github.com/lipis/flag-icon-css.git",
  25. "_target": "*",
  26. "_originalSource": "flag-icon-css"
  27. }