UNPKG

ez-plus

Version:

A jQuery image zoom plug-in, with tints, easing and gallery integration.

51 lines (50 loc) 1.52 kB
{ "name": "ez-plus", "main": "src/jquery.ez-plus.js", "title": "EZ Plus", "version": "1.2.1", "description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.", "keywords": [ "zoom", "effects", "elements", "zooming" ], "repository": { "type": "git", "url": "https://github.com/igorlino/elevatezoom-plus.git" }, "author": { "name": "Andy Eades", "url": "http://www.elevateweb.co.uk" }, "license": "MIT", "contributors": [ { "name": "Igor Lino", "email": "igorlino@github.com", "url": "https://github.com/igorlino" } ], "bugs": "https://github.com/igorlino/elevatezoom-plus/issues", "homepage": "http://igorlino.github.io/elevatezoom-plus/", "docs": "http://igorlino.github.io/elevatezoom-plus/examples", "demo": "http://igorlino.github.io/elevatezoom-plus/examples", "peerDependencies": { "jquery": ">=2.1.4" }, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-jscs": "^1.8.0" }, "scripts": { "test": "grunt travis --verbose" }, "readmeFilename": "README.md" }