forked from jackmoore/zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 551 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 551 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
{
"name": "jquery-zoom",
"description": "Enlarge images on click or mouseover.",
"version": "1.7.21",
"keywords": [
"zoom",
"images",
"ui",
"jquery-plugin"
],
"author": {
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
"email": "hello@jacklmoore.com"
},
"main": "jquery.zoom.js",
"license": "MIT",
"homepage": "http://www.jacklmoore.com/zoom",
"demo": "http://www.jacklmoore.com/zoom",
"repository": {
"type": "git",
"url": "http://github.com/jackmoore/zoom.git"
},
"dependencies": {
"jquery": ">=1.7"
}
}