forked from cloudinary/pkg-cloudinary-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 779 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "cloudinary-jquery",
"version": "2.3.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.",
"main": "cloudinary-jquery.js",
"repository": {
"type": "git",
"url": "https://github.com/cloudinary/pkg-cloudinary-jquery.git"
},
"author": {
"name": "Cloudinary",
"email": "info@cloudinary.com",
"homepage": "http://cloudinary.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudinary/cloudinary_js/issues"
},
"homepage": "https://github.com/cloudinary/cloudinary_js",
"dependencies": {
"jquery": ">=1.6"
}
}