Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
}
}