-
Notifications
You must be signed in to change notification settings - Fork 91
/
picturecut.jquery.json
36 lines (36 loc) · 1.09 KB
/
picturecut.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
{
"name": "picturecut",
"title": "jQuery Picture Cut",
"description": "Picture cut is a jquery plugin that handles images in a very friendly and simple way, with a beautiful interface based on bootstrap or jquery ui, has great features like ajax upload, drag image from explorer, image crop and others.",
"keywords": [
"Image",
"Crop",
"File",
"Upload"
],
"version": "1.1.2",
"author": {
"name": "Tuyoshi Vinicius",
"url": "tuyoshi.com.br"
},
"maintainers": [
{
"name": "Tuyoshi Vinicius",
"email": "[email protected]",
"url": "http://tuyoshi.com.br"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/TuyoshiVinicius/jQuery-Picture-Cut/issues",
"homepage": "https://github.com/TuyoshiVinicius/jQuery-Picture-Cut",
"docs": "http://picturecut.tuyoshi.com.br/docs/",
"download": "http://picturecut.tuyoshi.com.br",
"dependencies": {
"jquery": ">=1.5"
}
}