[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/NEO7EVEN/JavaScript-Load-Image/master/package.json [Back]  [Original]

{
    "name": "blueimp-load-image",
    "version": "1.9.1",
    "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"
    },
    "devDependencies": {
        "uglify-js": "2.3.6"
    },
    "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues",
    "licenses": [
        {
            "type": "MIT",
            "url": "http://www.opensource.org/licenses/MIT"
        }
    ],
    "main": "./js/load-image.min.js"
}

Web Proxy Viewer  |  New URL  |  Original Page