bower.json 843 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "photoswipe",
  3. "homepage": "http://photoswipe.com",
  4. "authors": [
  5. "Dmitry Semenov <diiiimaaaa@gmail.com> (http://dimsemenov.com)"
  6. ],
  7. "description": "Touch-friendly image gallery for mobile and desktop. Without dependencies.",
  8. "main": [
  9. "dist/photoswipe.js",
  10. "dist/photoswipe.css",
  11. "dist/photoswipe-ui-default.js",
  12. "dist/default-skin/default-skin.css",
  13. "dist/default-skin/default-skin.png",
  14. "dist/default-skin/default-skin.svg",
  15. "dist/default-skin/preloader.gif"
  16. ],
  17. "keywords": [
  18. "image",
  19. "gallery",
  20. "lightbox",
  21. "swipe",
  22. "touch"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "git://github.com/dimsemenov/PhotoSwipe.git"
  27. },
  28. "license": "MIT",
  29. "ignore": [
  30. "**/.*",
  31. "node_modules",
  32. "bower_components",
  33. "test",
  34. "tests",
  35. "website"
  36. ]
  37. }