mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-03 15:24:09 +01:00
8c3d7ccdba
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
61 lines
1.4 KiB
JSON
61 lines
1.4 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"
|
|
]
|
|
}
|