{ "name": "thumbsup", "version": "1.0.0", "description": "Photo / video gallery generator", "author": "Romain Prieto", "license": "MIT", "keywords": [ "photo", "video", "gallery", "thumbnails", "portfolio", "website", "s3", "generator" ], "repository": { "type": "git", "url": "https://github.com/rprieto/thumbsup.git" }, "scripts": { "clean": "rm -rf _site/*", "example": "node bin/thumbsup --config example.json", "open": "open _site/index.html" }, "bin": { "thumbsup": "./bin/thumbsup.js" }, "dependencies": { "async": "^0.9.0", "exif-parser": "~0.1.6", "fs-extra": "^0.12.0", "glob": "^4.3.0", "gm": "^1.17.0", "handlebars": "~2.0.0", "lodash": "~2.4.1", "moment": "^2.8.4", "pad": "~0.0.4", "progress": "~1.1.5", "yargs": "^1.3.3" } }