.bower.json 730 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "flexboxgrid",
  3. "version": "6.3.2",
  4. "license": "Apache 2",
  5. "homepage": "https://github.com/kristoferjoseph/flexboxgrid",
  6. "authors": [
  7. "@dam"
  8. ],
  9. "description": "Grid based on the flex display property.",
  10. "main": "dist/flexboxgrid.css",
  11. "keywords": [
  12. "browser",
  13. "flexbox",
  14. "grid",
  15. "css"
  16. ],
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ],
  24. "_release": "6.3.2",
  25. "_resolution": {
  26. "type": "version",
  27. "tag": "v6.3.2",
  28. "commit": "6492775d723d16e0950c4e1c1e46e7ff4e9473cd"
  29. },
  30. "_source": "https://github.com/kristoferjoseph/flexboxgrid.git",
  31. "_target": "^6.3.2",
  32. "_originalSource": "flexboxgrid",
  33. "_direct": true
  34. }