easyzoom
Version:
EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic.
34 lines (33 loc) • 644 B
JSON
{
"name": "easyzoom",
"version": "2.5.2",
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic.",
"keywords": [
"zoom",
"image",
"flyout",
"panning"
],
"authors": [
{
"name": "Matt Hinchliffe",
"homepage": "http://maketea.co.uk"
}
],
"repository": {
"type": "git",
"url": "git@github.com:i-like-robots/EasyZoom.git"
},
"dependencies": {
"jquery": ">=1.7"
},
"license": "MIT",
"main": [
"dist/easyzoom.js"
],
"ignore": [
"test",
"example-images",
"index.html"
]
}