-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathanythingzoomer.jquery.json
More file actions
41 lines (41 loc) · 1013 Bytes
/
anythingzoomer.jquery.json
File metadata and controls
41 lines (41 loc) · 1013 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "anythingzoomer",
"title": "AnythingZoomer",
"version": "2.2.8",
"description": "Zoom in on images or content.",
"author": {
"name": "Chris Coyier",
"url": "https://github.com/chriscoyier"
},
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "wowmotty@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "https://css-tricks.com/anythingzoomer-jquery-plugin/",
"bugs": "https://github.com/CSS-Tricks/AnythingZoomer/issues",
"docs": "https://css-tricks.github.io/AnythingZoomer/use.html",
"demo": "https://css-tricks.github.io/AnythingZoomer/",
"dependencies": {
"jquery": ">=1.3.2"
},
"keywords": [
"customizable",
"effects",
"elements",
"zooming"
],
"files": [
"dist/jquery.anythingzoomer.css",
"dist/jquery.anythingzoomer.js",
"dist/jquery.anythingzoomer.min.js"
]
}