UNPKG

imgr-le

Version:

Image resizing, cropping, optimisation and serving

39 lines (38 loc) 753 B
{ "name": "imgr-le", "version": "0.10.5", "author": "Sydney Stockholm <opensource@sydneystockholm.com>", "license": "MIT", "description": "Image resizing, cropping, optimisation and serving", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "http://github.com/StudioLE/imgr" }, "keywords": [ "image", "resize", "resizing", "crop", "cropping", "adaptive", "optimization", "optimisation" ], "dependencies": { "gm": "*", "mkdirp": "*", "express": ">= 3 < 5", "async": "*", "imagesize": "*" }, "devDependencies": { "mocha": "latest", "request": "latest", "istanbul": "latest", "jshint": "latest" } }