pinch-pan-zoom
Version:
A Javascript library providing multi-touch gestures for zooming and dragging on any DOM element.
26 lines (25 loc) • 644 B
JSON
{
"name": "pinch-pan-zoom",
"version": "0.0.5",
"description": "A Javascript library providing multi-touch gestures for zooming and dragging on any DOM element.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhudson8/pinchzoom.git"
},
"keywords": [
"image",
"zoom",
"pan",
"pinch"
],
"author": "https://github.com/manuelstofer",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhudson8/pinchzoom/issues"
},
"homepage": "https://github.com/jhudson8/pinchzoom#readme"
}