-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 933 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 933 Bytes
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
{
"name": "imgix.js",
"version": "3.5.1",
"homepage": "http://www.imgix.com/imgix-js",
"authors": [
"imgix"
],
"description": "imgix.js is a dependency-free 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",
"main": "dist/imgix.min.js",
"keywords": [
"cdn",
"cross-domain",
"cross-site",
"effects",
"file",
"fluid",
"image",
"images",
"imgix",
"jquery",
"manipulation",
"photo",
"photos",
"picture",
"pictures",
"preview",
"responsive",
"thumbnail",
"thumbnails",
"transformations"
],
"license": "BSD-2"
}