forked from goker-dev/canvasResize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
canvasResize.jquery.json
37 lines (37 loc) · 936 Bytes
/
canvasResize.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
{
"name": "canvasResize",
"title": "jQuery canvasResize",
"description": "jQuery plugin for client side image resizing. (HTML5 Canvas)",
"keywords": [
"html5",
"canvas",
"image",
"resize",
"resizing",
"client",
"sice"
],
"version": "1.2.0",
"author": {
"name": "goker"
},
"maintainers": [
{
"name": "Goker Cebeci",
"url": "http://gokercebeci.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gokercebeci/droparea/LICENSE"
}
],
"bugs": "https://github.com/gokercebeci/canvasresize/issues",
"homepage": "http://gokercebeci.com/dev/canvasresize",
"docs": "https://github.com/gokercebeci/canvasresize",
"download": "http://gokercebeci.com/dev/canvasresize",
"dependencies": {
"jquery": ">=1.7"
}
}