iviewer.jquery.json 880 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "iviewer",
  3. "title": "jQuery.iviewer",
  4. "description": "Image viewing widget featuring zoom and image rotation",
  5. "keywords": [
  6. "image",
  7. "widget",
  8. "zoom",
  9. "rotation"
  10. ],
  11. "version": "0.7.11",
  12. "author": {
  13. "name": "Dmitry Petrov",
  14. "email": "dpetroff@gmail.com",
  15. "url": "http://dpetroff.ru"
  16. },
  17. "maintainers": [
  18. {
  19. "name": "Dmitry Petrov",
  20. "email": "dpetroff@gmail.com",
  21. "url": "http://dpetroff.ru"
  22. }
  23. ],
  24. "licenses": [
  25. {
  26. "type": "mit",
  27. "url": "http://opensource.org/licenses/MIT"
  28. }
  29. ],
  30. "bugs": "https://github.com/can3p/iviewer/issues",
  31. "homepage": "https://github.com/can3p/iviewer",
  32. "docs": "https://github.com/can3p/iviewer/wiki",
  33. "download": "https://github.com/can3p/iviewer/tags",
  34. "dependencies": {
  35. "jquery": ">=1.5",
  36. "jquery ui": "~1.8"
  37. }
  38. }