forked from jonom/jquery-focuspoint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
focuspoint.jquery.json
33 lines (33 loc) · 988 Bytes
/
focuspoint.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
{
"name": "focuspoint",
"title": "jQuery FocusPoint",
"description": "jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.",
"keywords": [
"crop",
"cropping",
"image",
"responsive",
"fill",
"background",
"full-screen",
"focus",
"focuspoint"
],
"version": "1.1.1",
"author": {
"name": "Jonathon Menz",
"url": "http://jonathonmenz.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonom/jquery-focuspoint/blob/1.1.1/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/jonom/jquery-focuspoint/issues",
"homepage": "https://github.com/jonom/jquery-focuspoint",
"demo": "http://jonom.github.io/jquery-focuspoint/demos/grid/lizard.html",
"dependencies": {
"jquery": ">=1.9"
}
}