bower.json 895 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "shufflejs",
  3. "version": "3.1.1",
  4. "homepage": "https://github.com/Vestride/Shuffle",
  5. "authors": [
  6. "Glen Cheney <cheney.glen@gmail.com>"
  7. ],
  8. "description": "Categorize, sort, and filter a responsive grid of items",
  9. "main": "dist/jquery.shuffle.js",
  10. "moduleType": [
  11. "amd",
  12. "globals"
  13. ],
  14. "keywords": [
  15. "gallery",
  16. "shuffle",
  17. "layout",
  18. "masonry",
  19. "filter",
  20. "sort",
  21. "responsive",
  22. "grid",
  23. "mobile",
  24. "tiles"
  25. ],
  26. "license": "MIT",
  27. "ignore": [
  28. "**/.*",
  29. "**/_*",
  30. "css",
  31. "img",
  32. "js",
  33. "node_modules",
  34. "bower_components",
  35. "Gruntfile.js",
  36. "favicon.png",
  37. "index.html",
  38. "package.json",
  39. "robots.txt",
  40. "todo.md",
  41. "test",
  42. "tests"
  43. ],
  44. "dependencies": {
  45. "jquery": ">=1.9.0",
  46. "modernizr": "^2.6.2"
  47. },
  48. "devDependencies": {
  49. "jasmine-jquery": "~2.0.5"
  50. }
  51. }