UNPKG

@wahyuade/quickthumb

Version:

On the fly, thumbnail creation middleware for express.

41 lines (40 loc) 944 B
{ "name": "@wahyuade/quickthumb", "version": "0.1.2", "description": "On the fly, thumbnail creation middleware for express.", "author": "Zach Ivester <zivester@gmail.com>", "main": "index.js", "scripts": { "test": "node test/simple-test.js", "start": "node test/express-test.js" }, "repository": { "type": "git", "url": "https://github.com/zivester/node-quickthumb.git" }, "bugs": { "url": "https://github.com/zivester/node-quickthumb/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/zivester/node-quickthumb/raw/master/LICENSE" } ], "keywords": [ "thumb", "thumbnail", "image", "imagemagick", "timthumb", "timthumb.php", "resize" ], "dependencies": { "imagemagick": "github:rsms/node-imagemagick", "mkdirp": "1.0.4" }, "devDependencies": { "express": "^4.14.0" } }