.bower.json 732 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "bootstrap-languages",
  3. "main": [
  4. "languages.min.css",
  5. "languages.png"
  6. ],
  7. "homepage": "https://github.com/usrz/bootstrap-languages",
  8. "authors": [
  9. "Pier Fumagalli <pier@usrz.com>"
  10. ],
  11. "description": "Language labels and icons for Bootstrap 3",
  12. "keywords": [
  13. "language",
  14. "flags"
  15. ],
  16. "license": "Apache v2",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ],
  24. "_release": "81e4a03bb3",
  25. "_resolution": {
  26. "type": "branch",
  27. "branch": "master",
  28. "commit": "81e4a03bb304b649bf0e6ef406ce0249ddd4421d"
  29. },
  30. "_source": "https://github.com/usrz/bootstrap-languages.git",
  31. "_target": "*",
  32. "_originalSource": "bootstrap-language"
  33. }