package.json 933 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "flexboxgrid",
  3. "version": "6.3.2",
  4. "description": "Grid based off of CSS3 flexbox specification",
  5. "style": "dist/flexboxgrid.css",
  6. "main": "dist/flexboxgrid.css",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/kristoferjoseph/flexboxgrid.git"
  13. },
  14. "keywords": [
  15. "browser",
  16. "flexbox",
  17. "grid",
  18. "css"
  19. ],
  20. "author": "@dam",
  21. "license": "Apache 2",
  22. "bugs": {
  23. "url": "https://github.com/kristoferjoseph/flexboxgrid/issues"
  24. },
  25. "homepage": "https://github.com/kristoferjoseph/flexboxgrid",
  26. "devDependencies": {
  27. "grunt": "^0.4.5",
  28. "grunt-autoprefixer": "^3.0.4",
  29. "grunt-contrib-cssmin": "^0.7.0",
  30. "grunt-contrib-htmlmin": "^0.1.3",
  31. "grunt-contrib-uglify": "^0.2.7",
  32. "grunt-contrib-watch": "^0.5.3",
  33. "grunt-myth": "^1.0.1",
  34. "grunt-processhtml": "^0.2.9"
  35. }
  36. }