-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
53 lines (53 loc) · 1.34 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"author": {
"name": "Yordan Stoev",
"url": "http://yordanstoev.com/blog/zoomple-simple-jquery-plugin-for-image-zoom/"
},
"bugs": {
"url": "https://github.com/sularome/Zoomple/issues"
},
"dependencies": {},
"description": "Zoomple is a very simple jQuery plugin for image magnifying. It allows you to add a zoom to your image.",
"devDependencies": {
},
"directories": {},
"dist": {},
"docs": "https://github.com/sularome/Zoomple/blob/master/README.md",
"download": "https://github.com/sularome/Zoomple/archive/master.zip",
"gitHead": "e1445408bf1fbf3d56bbeaee06fd6c96205f5d2c",
"github": "http://sularome.github.io/Zoomple/",
"homepage": "http://sularome.github.io/Zoomple/",
"keywords": [
"ajax",
"customizable",
"html5",
"image",
"jquery",
"zoom",
"simple",
"ui",
"jquery-plugin",
"ecosystem:jquery"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/sularome/Zoomple/master/LICENSE-MIT.txt"
}
],
"main": "zoomple.js",
"maintainers": [
{
"name": "Yordan Stoev"
}
],
"name": "zoomple",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sularome/Zoomple.git"
},
"scripts": {},
"title": "Zoomple – simple jQuery plugin for image magnifying",
"version": "2.0.0"
}