forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiviewer.jquery.json
More file actions
38 lines (38 loc) · 880 Bytes
/
Copy pathiviewer.jquery.json
File metadata and controls
38 lines (38 loc) · 880 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
{
"name": "iviewer",
"title": "jQuery.iviewer",
"description": "Image viewing widget featuring zoom and image rotation",
"keywords": [
"image",
"widget",
"zoom",
"rotation"
],
"version": "0.7.11",
"author": {
"name": "Dmitry Petrov",
"email": "dpetroff@gmail.com",
"url": "http://dpetroff.ru"
},
"maintainers": [
{
"name": "Dmitry Petrov",
"email": "dpetroff@gmail.com",
"url": "http://dpetroff.ru"
}
],
"licenses": [
{
"type": "mit",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/can3p/iviewer/issues",
"homepage": "https://github.com/can3p/iviewer",
"docs": "https://github.com/can3p/iviewer/wiki",
"download": "https://github.com/can3p/iviewer/tags",
"dependencies": {
"jquery": ">=1.5",
"jquery ui": "~1.8"
}
}