forked from imgix/imgix.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimgix.jquery.json
More file actions
55 lines (55 loc) · 1.56 KB
/
imgix.jquery.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
{
"name": "imgix",
"version": "1.2.0",
"title": "imgix jQuery Plugin",
"description": "imgix.js is a javascript library that allows you to easily use the imgix API to make images on your site or app responsive to device size and pixel density. imgix.js allows for intuitive use of imgix features such as text formatting, color palette extraction, color adjustments, effects, and watermarking. imgix.js requires an imgix account to use your own images. Sign up at imgix.com",
"keywords": [
"jquery",
"file",
"image",
"imgix",
"transformations",
"manipulation",
"effects",
"thumbnail",
"preview",
"cross-domain",
"cross-site",
"picture",
"pictures",
"thumbnails",
"responsive",
"fluid",
"CDN",
"images",
"photo",
"photos"
],
"homepage": "http://github.com/imgix/imgix.js",
"demo": "http://www.imgix.com/imgix-js",
"docs": "https://github.com/imgix/imgix.js/blob/master/docs/api.md",
"author": {
"name": "imgix",
"url": "http://www.imgix.com"
},
"maintainers": [
{
"name": "imgix",
"url": "http://www.imgix.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/imgix/imgix.js.git"
},
"bugs": "https://github.com/imgix/imgix.js/issues",
"licenses": [
{
"type": "BSD-2",
"url": "http://opensource.org/licenses/BSD-2-Clause"
}
],
"dependencies": {
"jquery": ">=1.6"
}
}