forked from i-like-robots/EasyZoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 698 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "easyzoom",
"version": "2.2.1",
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic. EasyZoom supports touch-enabled devices and is easily customisable with CSS.",
"keywords": [
"zoom",
"image",
"flyout",
"panning"
],
"authors": [
{ "name": "Matt Hinchliffe", "homepage": "http://maketea.co.uk" }
],
"repository" : {
"type": "git",
"url": "git@github.com:i-like-robots/EasyZoom.git"
},
"dependencies": {
"jquery": ">=1.7"
},
"license": "MIT",
"main": ["dist/easyzoom.js"],
"ignore": [
"test",
"example-images",
"index.html"
]
}