forked from matiasgali/guillotine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 879 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
34
35
36
37
38
39
40
41
42
{
"name": "guillotine",
"version": "1.3.1",
"description": "Allow users to crop images within an area (fully responsive). Supports dragging (touch support), zoom and rotation.",
"author": "Matías A. Gagliano",
"license": "(GPL-3.0 OR MIT)",
"homepage": "http://guillotine.js.org",
"repository": {
"type": "git",
"url": "https://github.com/matiasgagliano/guillotine"
},
"bugs": {
"url": "https://github.com/matiasgagliano/guillotine/issues"
},
"keywords": [
"guillotine",
"jquery",
"jquery-plugin",
"image",
"crop",
"rotate",
"zoom",
"drag",
"fit",
"center",
"touch",
"responsive",
"fluid"
],
"files": [
"css",
"js",
"src",
"CHANGELOG.md",
"README.md"
],
"main": "js/jquery.guillotine.js",
"style": "css/*.css",
"dependencies": {
"jquery": ">= 1.8.0"
}
}