-
Notifications
You must be signed in to change notification settings - Fork 78
/
bower.json
33 lines (33 loc) · 896 Bytes
/
bower.json
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
29
30
31
32
33
{
"name": "ez-plus",
"title": "EZ Plus",
"version": "1.2.5",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/elevatezoom-plus/"
},
"license": "MIT",
"main": [
"src/jquery.ez-plus.js",
"css/jquery.ez-plus.css"
],
"ignore": [
"**/.*",
"node_modules",
"components"
],
"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",
"dependencies": {
"jquery": ">=1.11.2"
},
"keywords": [
"zoom",
"effects",
"elements",
"zooming"
]
}