| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "iviewer",
- "title": "jQuery.iviewer",
- "description": "Image viewing widget featuring zoom and image rotation",
- "keywords": [
- "image",
- "widget",
- "zoom",
- "rotation"
- ],
- "version": "0.7.11",
- "author": {
- "name": "Dmitry Petrov",
- "email": "dpetroff@gmail.com",
- "url": "http://dpetroff.ru"
- },
- "maintainers": [
- {
- "name": "Dmitry Petrov",
- "email": "dpetroff@gmail.com",
- "url": "http://dpetroff.ru"
- }
- ],
- "licenses": [
- {
- "type": "mit",
- "url": "http://opensource.org/licenses/MIT"
- }
- ],
- "bugs": "https://github.com/can3p/iviewer/issues",
- "homepage": "https://github.com/can3p/iviewer",
- "docs": "https://github.com/can3p/iviewer/wiki",
- "download": "https://github.com/can3p/iviewer/tags",
- "dependencies": {
- "jquery": ">=1.5",
- "jquery ui": "~1.8"
- }
- }
|