forked from matiasgali/guillotine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
guillotine.jquery.json
40 lines (40 loc) · 932 Bytes
/
guillotine.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
39
40
{
"name": "guillotine",
"title": "Guillotine",
"description": "Allow users to crop images within an area (fully responsive). Supports dragging (touch support), zoom and rotation.",
"version": "1.3.0",
"homepage": "https://github.com/matiasgagliano/guillotine",
"author": {
"name": "Matías Gagliano"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL-3.0",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"docs": "https://github.com/matiasgagliano/guillotine",
"bugs": "https://github.com/matiasgagliano/guillotine/issues",
"demo": "https://matiasgagliano.github.io/guillotine",
"keywords": [
"jquery",
"guillotine",
"image",
"crop",
"rotate",
"zoom",
"drag",
"fit",
"center",
"touch",
"responsive",
"fluid"
],
"dependencies": {
"jquery": ">= 1.8.0"
}
}