forked from cloudinary/pkg-cloudinary-jquery-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (25 loc) · 1.01 KB
/
package.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
{
"name": "cloudinary-jquery-file-upload",
"version": "2.5.0",
"description": "Cloudinary Client Side JS library. 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 File Upload plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
"main": "cloudinary-jquery-file-upload.js",
"files": ["*.js"],
"repository": {
"type": "git",
"url": "https://github.com/cloudinary/pkg-cloudinary-jquery-file-upload.git"
},
"author": {
"name": "Cloudinary",
"email": "[email protected]",
"homepage": "http://cloudinary.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudinary/cloudinary_js/issues"
},
"homepage": "https://github.com/cloudinary/cloudinary_js",
"peerDependencies": {
"jquery": ">=2.2.4",
"blueimp-file-upload": "^9.24.0"
}
}