forked from cloudinary/cloudinary_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.56 KB
/
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
48
49
50
51
{
"name": "cloudinary",
"version": "1.0.17",
"title": "Cloudinary jQuery Plugin",
"authors": [{ "name": "Cloudinary", "email": "info@cloudinary.com", "homepage": "http://cloudinary.com" }],
"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/",
"license": "http://www.opensource.org/licenses/MIT",
"repository": {
"type": "git",
"url": "git://github.com/cloudinary/cloudinary_js.git"
},
"main": [
"js/jquery.cloudinary.js"
],
"dependencies": {
"jquery": ">=1.6",
"blueimp-file-upload": ">=7.2.1"
},
"ignore": [
"/*.*",
"test",
"js/jquery.fileupload*.js",
"js/jquery.iframe-transport.js",
"js/jquery.ui.widget.js"
]
}