bower.json 564 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "bootstrap-languages",
  3. "main": [
  4. "languages.min.css",
  5. "languages.png"
  6. ],
  7. "version": "1.0.0",
  8. "homepage": "https://github.com/usrz/bootstrap-languages",
  9. "authors": [
  10. "Pier Fumagalli <pier@usrz.com>"
  11. ],
  12. "description": "Language labels and icons for Bootstrap 3",
  13. "keywords": [
  14. "language",
  15. "flags"
  16. ],
  17. "license": "Apache v2",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests"
  24. ]
  25. }