{ "name": "blueimp-load-image", "version": "1.11.0", "title": "JavaScript 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.", "keywords": [ "javascript", "load", "loading", "image", "file", "blob", "url", "scale", "crop", "img", "canvas", "meta", "exif", "thumbnail", "resizing" ], "homepage": "https://github.com/blueimp/JavaScript-Load-Image", "author": { "name": "Sebastian Tschan", "url": "https://blueimp.net" }, "maintainers": [ { "name": "Sebastian Tschan", "url": "https://blueimp.net" } ], "repository": { "type": "git", "url": "git://github.com/blueimp/JavaScript-Load-Image.git" }, "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-jshint": "~0.7.1", "grunt-bump-build-git": "~1.0.0", "grunt-mocha": "~0.4.1" } }