-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 890 Bytes
/
package.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
{
"name": "zoomio",
"title": "Zoomio jQuery Image Zoom",
"version": "2.0.2",
"description": "Zoomio is an easy to set up, mobile friendly Image Zoom script that overlays an enlarged image directly on top of the original image when activated.",
"main": "zoomio.js",
"homepage": "http://dynamicdrive.com/dynamicindex4/zoomio/",
"bugs": "http://dynamicdrive.com/forums/",
"author": {
"name": "George Chiang",
"email": "[email protected]",
"url": "http://www.dynamicdrive.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dynamicdriverepo/zoomio.git"
},
"keywords": [
"zoom",
"product",
"image",
"images",
"jquery",
"jquery-plugin",
"magnify"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"dependencies": {
"jquery": ">=1.7.0"
}
}