Skip to content

Commit e84a93b

Browse files
author
gion
committed
Add bower.json file in order to register this package in bower
1 parent da2e778 commit e84a93b

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

bower.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "blueimp-load-image",
3+
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",
4+
"main": "js/load-image.all.min.js",
5+
"authors": [
6+
"Sebastian Tschan"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"javascript",
11+
"load",
12+
"loading",
13+
"image",
14+
"file",
15+
"blob",
16+
"url",
17+
"scale",
18+
"crop",
19+
"img",
20+
"canvas",
21+
"meta",
22+
"exif",
23+
"thumbnail",
24+
"resizing"
25+
],
26+
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
27+
"moduleType": [
28+
"globals"
29+
],
30+
"ignore": [
31+
"**/.*",
32+
"node_modules",
33+
"bower_components",
34+
"test",
35+
"tests"
36+
]
37+
}

0 commit comments

Comments
 (0)