coolzoom
Version:
Coolzoom is a jQuery plugin for displaying enlarged images on webpages. Coolzoom works on desktop, mobiles and tablets.
47 lines (46 loc) • 960 B
JSON
{
"author": "thimpat <thimpat@gmail.com>",
"description": "Coolzoom is a jQuery plugin for displaying enlarged images on webpages. Coolzoom works on desktop, mobiles and tablets.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"plugin",
"zoom",
"coolzoom",
"enlarge",
"image",
"magnifying",
"glass"
],
"homepage": "http://coolzoom.net",
"repository": {
"type": "git",
"url": "git@my-centos-server.com:thimpat/jquery-coolzoom.git"
},
"license": "MIT",
"main": "./index.js",
"name": "coolzoom",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": {
"coolzoom": "./src/coolzoom.js"
},
"style": [
"./src/coolzoom.css"
],
"version": "1.1.147",
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
},
"devDependencies": {
"jquery": "^2.1.4"
},
"dependencies": {
"path": "^0.12.7"
}
}