-
Notifications
You must be signed in to change notification settings - Fork 39
/
zoomer.jquery.json
42 lines (42 loc) · 1011 Bytes
/
zoomer.jquery.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
41
42
{
"name": "zoomer",
"version": "3.1.0",
"title": "Zoomer",
"author": {
"name": "Ben Plum",
"email": "[email protected]",
"url": "http://www.benplum.com"
},
"maintainers": [
{
"name": "Marc Brooks",
"email": "[email protected]",
"url": "https://github.com/IDisposable"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "A jQuery plugin for smooth image exploration. Part of the formstone library.",
"keywords": [
"image",
"zoom",
"pinch",
"touch",
"ui",
"javascript",
"jquery",
"formstone"
],
"docs": "http://classic.formstone.it/components/zoomer/",
"demo": "http://classic.formstone.it/components/zoomer/",
"download": "https://github.com/FormstoneClassic/Zoomer",
"bugs": "https://github.com/FormstoneClassic/Zoomer/issues",
"homepage": "http://classic.formstone.it/components/zoomer/"
}