.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "_release": "3.1.1",
  52. "_resolution": {
  53. "type": "version",
  54. "tag": "v3.1.1",
  55. "commit": "a2ceef945480133659e160ad573137b8a66e345a"
  56. },
  57. "_source": "https://github.com/Vestride/Shuffle.git",
  58. "_target": "~3.1.1",
  59. "_originalSource": "shufflejs"
  60. }