{ "name": "thumbsup", "version": "0.0.4", "description": "Photo / video gallery generator", "author": "Romain Prieto", "license": "BSD", "keywords": [ "photo", "video", "gallery", "thumbnails", "portfolio", "website", "s3", "generator" ], "scripts": { "example": "node example/build.js" }, "bin": { "thumbsup": "./bin/thumbsup.js" }, "dependencies": { "handlebars": "~2.0.0", "lodash": "~2.4.1", "fs-extra": "~0.8.1", "gm": "~1.14.2", "commander": "~2.2.0", "glob": "~3.2.9", "async": "~0.7.0", "pad": "~0.0.4", "regen": "~0.0.1" } }