forked from s-yadav/iv-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1.06 KB
/
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
34
35
36
37
38
39
40
{
"name": "ImageViewer",
"description": "A zooming and panning plugin inspired by google photos for your web images.",
"main": "imageviewer.js",
"author": {
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "1.1.3",
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/ImageViewer"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/s-yadav/ImageViewer/blob/master/MIT-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/s-yadav/ImageViewer/issues"
},
"dependencies": {
"jQuery": ">=1.10.0"
},
"keywords": [
"zooming",
"panning",
"google photos"
],
"ignore": [
"*.md",
"demo",
"MIT-LICENSE.txt"
],
"readmeFilename": "README.md",
"demo": "http://ignitersworld.com/lab/imageViewer.html",
"docs": "http://ignitersworld.com/lab/imageViewer.html",
"homepage": "http://ignitersworld.com/lab/imageViewer.html"
}