forked from cloudinary/pkg-cloudinary-jquery-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
64 lines (64 loc) · 1.25 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cloudinary-jquery-file-upload",
"version": "2.5.0",
"homepage": "http://cloudinary.com",
"authors": [
{
"name": "Cloudinary",
"email": "[email protected]",
"homepage": "http://cloudinary.com"
}
],
"description": "Official Cloudinary JS library with jQuery File Upload support. Cloudinary is an end-to-end solution for all your image and video needs.",
"main": "cloudinary-jquery-file-upload.js",
"moduleType": [
"amd",
"globals",
"node"
],
"repository": {
"type": "git",
"url": "git://github.com/cloudinary/pkg-cloudinary-jquery-file-upload.git"
},
"dependencies": {
"jquery": ">=1.6",
"blueimp-file-upload": ">=7.2.1"
},
"keywords": [
"blueimp",
"CDN",
"cloud",
"cloudinary",
"convert",
"conversion",
"effects",
"files",
"images",
"jquery",
"manipulation",
"multiple",
"performance",
"picture",
"pictures",
"preview",
"progress",
"responsive",
"storage",
"thumbnail",
"thumbnails",
"transformations",
"uploads",
"videos",
"widgets"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"samples/",
"test",
"tests",
"docs/"
]
}