From 574264c5885078bc954aa31c21c5fa18bf5640b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Pall=C3=A1s?= Date: Mon, 12 Jan 2015 16:37:51 +0100 Subject: [PATCH] Integration with bower --- bower.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b5e9133 --- /dev/null +++ b/bower.json @@ -0,0 +1,39 @@ +{ + "name": "e-smart-zoom-jquery", + "main": "src/e-smart-zoom-jquery.js", + "title": "Smart zoom : Smooth cross-browser pan and zoom plugin (mobile and desktop)", + "description": "Smooth cross-browser pan and zoom plugin (mobile and desktop). Use CSS3 transitions on compatible web browsers. Manage scroll, click, touch, double tap, pinch and more.", + "keywords": [ + "zoom", + "pinch", + "jquery", + "panzoom", + "tap", + "smooth", + "touch", + "pan", + "iphone", + "android", + "mobile", + "CSS3" + ], + "version": "1.1.3", + "author": { + "name": "Damien Corzani", + "url": "http://e-smartdev.com" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/e-smartdev/smartJQueryZoom/blob/master/MIT-License.txt" + } + ], + "bugs": "https://github.com/e-smartdev/smartJQueryZoom/issues", + "homepage": "http://e-smartdev.com/#!jsPluginList/panAndZoomJQuery", + "docs": "http://e-smartdev.com/#!jsPluginList/panAndZoomJQuery", + "demo": "http://e-smartdev.com/#!jsPluginList/panAndZoomJQuery", + "download": "https://github.com/e-smartdev/smartJQueryHitTest/zipball/master", + "dependencies": { + "jquery": ">=1.11.0" + } +}