diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6ac711d --- /dev/null +++ b/bower.json @@ -0,0 +1,37 @@ +{ + "name": "blueimp-load-image", + "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.", + "main": "js/load-image.all.min.js", + "authors": [ + "Sebastian Tschan" + ], + "license": "MIT", + "keywords": [ + "javascript", + "load", + "loading", + "image", + "file", + "blob", + "url", + "scale", + "crop", + "img", + "canvas", + "meta", + "exif", + "thumbnail", + "resizing" + ], + "homepage": "https://github.com/blueimp/JavaScript-Load-Image", + "moduleType": [ + "globals" + ], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}