1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-03 15:24:09 +01:00
OwncloudContactsOfficial/vendor/blueimp-load-image/.bower.json
LEDfan 8c3d7ccdba install multi-select and combobox via bower
Remove old combobox

user bower for onfontresize

Add jcrop + md5

Add files to scrutinizer ignore list

Remove misplaced text

Selected the right MultiSelect library via bower

Move bower dependencies to correct location
2014-11-18 12:54:33 +01:00

69 lines
1.7 KiB
JSON

{
"name": "blueimp-load-image",
"version": "1.13.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"
}
],
"main": [
"js/load-image.js",
"js/load-image-ios.js",
"js/load-image-orientation.js",
"js/load-image-meta.js",
"js/load-image-exif.js",
"js/load-image-exif-map.js"
],
"ignore": [
"/*.*",
"css",
"js/vendor",
"js/demo.js",
"test"
],
"_release": "1.13.0",
"_resolution": {
"type": "version",
"tag": "1.13.0",
"commit": "a38af6ff57c3661a3c21d22bae79640982582841"
},
"_source": "git://github.com/blueimp/JavaScript-Load-Image.git",
"_target": ">=1.13.0",
"_originalSource": "blueimp-load-image"
}