-
Notifications
You must be signed in to change notification settings - Fork 29
/
imagefit.jquery.json
38 lines (38 loc) · 1.08 KB
/
imagefit.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
{
"name": "imagefit",
"title": "jQuery Imagefit",
"description": "A simple, lightweight plugin to make images fit anywhere and anyway.",
"keywords": [
"images",
"image",
"fitting",
"overflow",
"gallerie"
],
"version": "1.0.2",
"author": {
"name": "Periplo",
"url": "https://github.com/periplox"
},
"maintainers": [
{
"name": "Periplo",
"email": "periplox@gmail.com",
"url": "https://github.com/periplox"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/periplox/jquery.imagefit/issues",
"homepage": "https://github.com/periplox/jquery.imagefit",
"docs": "https://github.com/periplox/jquery.imagefit/blob/master/README.md",
"demo": "http://periplox.github.io/jquery.imagefit",
"download": "https://github.com/periplox/jquery.imagefit/blob/master/jquery.imagefit.js",
"dependencies": {
"jquery": ">=1.5"
}
}