-
-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
33 lines (33 loc) · 866 Bytes
/
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
{
"name": "jquery-focuspoint",
"version": "1.1.3",
"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.",
"main": "js/jquery.focuspoint.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonom/jquery-focuspoint.git"
},
"keywords": [
"crop",
"cropping",
"image",
"responsive",
"fill",
"background",
"full-screen",
"focus",
"focuspoint"
],
"author": {
"name":"Jonathon Menz",
"url":"http://jonathonmenz.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jonom/jquery-focuspoint/issues"
},
"homepage": "https://github.com/jonom/jquery-focuspoint#readme"
}