bower.json 463 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "flexboxgrid",
  3. "version": "6.3.1",
  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. "license": "Apache 2",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests"
  24. ]
  25. }