vf-wheelzoom
Version:
Fork of https://github.com/jackmoore/wheelzoom. Main reason of fork is to get a CommonJS compatible version of this script to npm
18 lines (17 loc) • 457 B
JSON
{
"name": "vf-wheelzoom",
"version": "0.0.4",
"description": "Fork of https://github.com/jackmoore/wheelzoom. Main reason of fork is to get a CommonJS compatible version of this script to npm",
"main": "wheelzoom.js",
"repository": {
"type": "git",
"url": "https://github.com/verico/wheelzoom.git"
},
"keywords": [
"image",
"zoom",
"wheelzoom"
],
"license": "MIT",
"homepage": "https://github.com/verico/wheelzoom"
}