-
Notifications
You must be signed in to change notification settings - Fork 100
/
bower.json
47 lines (47 loc) · 904 Bytes
/
bower.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
43
44
45
46
47
{
"name": "jquery-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",
"authors": [
"Matías Gagliano"
],
"license": [
"MIT",
"GPL-3.0"
],
"main": [
"js/jquery.guillotine.js",
"css/jquery.guillotine.css"
],
"repository": {
"type": "git",
"url": "git://github.com/matiasgagliano/guillotine.git"
},
"keywords": [
"jquery",
"guillotine",
"image",
"crop",
"rotate",
"zoom",
"drag",
"fit",
"center",
"touch",
"responsive",
"fluid"
],
"ignore": [
"/.*",
"/*.json",
"demo",
"js/jquery.guillotine.min.js",
"src",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": ">= 1.7.0"
}
}