forked from cloudinary/cloudinary_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudinary.jquery.json
57 lines (57 loc) · 1.68 KB
/
cloudinary.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cloudinary",
"version": "1.0.25",
"title": "Cloudinary jQuery Plugin",
"description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
"keywords": [
"cloudinary",
"jquery",
"file",
"upload",
"widget",
"image",
"transformations",
"manipulation",
"effects",
"thumbnail",
"multiple",
"drag",
"drop",
"progress",
"preview",
"cross-domain",
"cross-site",
"picture",
"pictures",
"thumbnails",
"CDN"
],
"homepage": "http://cloudinary.com/documentation/jquery_integration",
"demo": "http://edgedemo.cloudinary.com/",
"docs": "http://cloudinary.com/documentation/jquery_integration",
"author": {
"name": "Cloudinary",
"url": "http://cloudinary.com"
},
"maintainers": [
{
"name": "Cloudinary",
"url": "http://cloudinary.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/cloudinary/cloudinary_js.git"
},
"bugs": "https://github.com/cloudinary/cloudinary_js/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.6",
"blueimp-file-upload": ">=7.2.1"
}
}