UNPKG

hapi-quickthumb

Version:

On the fly, thumbnail creation plugin for hapi.

39 lines (38 loc) 899 B
{ "name": "hapi-quickthumb", "version": "0.1.4", "description": "On the fly, thumbnail creation plugin for hapi.", "author": "beeant <beeant@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/beeant/hapi-quickthumb.git" }, "bugs": { "url": "https://github.com/beeant/hapi-quickthumb/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/beeant/hapi-quickthumb/raw/master/LICENSE" } ], "keywords": [ "thumb", "thumbnail", "image", "imagemagick", "timthumb", "timthumb.php", "resize" ], "dependencies": { "imagemagick": "git://github.com/rsms/node-imagemagick.git", "mkdirp": "~0.3.3" }, "homepage": "https://github.com/beeant/hapi-quickthumb" }