photoswipe.json 667 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "PhotoSwipe",
  3. "title": "Photoswipe",
  4. "description": "",
  5. "version": "4.1.3-rc.1",
  6. "homepage": "http://photoswipe.com",
  7. "demo": "http://photoswipe.com",
  8. "docs": "http://photoswipe.com",
  9. "author": {
  10. "name": "Dmitry Semenov",
  11. "email": "diiiimaaaa@gmail.com",
  12. "url": "http://dimsemenov.com"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/dimsemenov/PhotoSwipe.git"
  17. },
  18. "bugs": "https://github.com/dimsemenov/PhotoSwipe/issues",
  19. "keywords": ["photoswipe","gallery","touch","mobile"],
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "http://www.opensource.org/licenses/mit-license.php"
  24. }
  25. ]
  26. }