forked from hongkhanh/cropbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cropbox.jquery.json
36 lines (36 loc) · 945 Bytes
/
cropbox.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": "cropbox",
"title": "jQuery Crop Box",
"description": "jQuery plugin for crop your avatar.",
"keywords": [
"avatar",
"crop",
"profile",
"picture"
],
"version": "0.1.0",
"author": {
"name": "hongkhanh",
"url": "https://github.com/hongkhanh"
},
"maintainers": [
{
"name": "hongkhanh",
"email": "[email protected]",
"url": "https://github.com/hongkhanh/cropbox"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hongkhanh/cropbox/blob/master/LICENSE"
}
],
"bugs": "https://github.com/hongkhanh/cropbox/issues",
"homepage": "https://github.com/hongkhanh/cropbox",
"docs": "https://github.com/hongkhanh/cropbox",
"download": "https://github.com/hongkhanh/cropbox",
"dependencies": {
"jquery": ">=1.5"
}
}