-
Notifications
You must be signed in to change notification settings - Fork 207
/
imgLiquid.jquery.json
30 lines (30 loc) · 1005 Bytes
/
imgLiquid.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
{
"name": "imgLiquid",
"version": "0.9.944",
"title": "imgLiquid",
"description": "A jQuery Plugin to resize images to fit in a container.",
"homepage": "https://github.com/karacas/imgLiquid",
"docs": "https://github.com/karacas/imgLiquid",
"demo": "http://goo.gl/Wk8bU",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/karacas/imgLiquid/master/license.txt"
}],
"keywords": ["resize", "image", "images", "fit", "responsive", "fill", "container", "img", "thumbnails"],
"author": {
"name": "Alejandro Emparan",
"url": "https://github.com/karacas"
},
"maintainers": [{
"name": "Alejandro Emparan",
"url": "https://github.com/karacas"
}],
"repository": {
"type": "git",
"url": "git://github.com/karacas/imgLiquid.git"
},
"bugs": "https://github.com/karacas/imgLiquid/issues",
"dependencies": {
"jquery": ">=1.8.1"
}
}