forked from cloudinary/pkg-cloudinary-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 808 Bytes
/
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
{
"name": "cloudinary-core",
"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-core.js",
"types": "cloudinary-core.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/cloudinary/pkg-cloudinary-core.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",
"dependencies": {
"lodash": ">=3.0"
}
}