{ "name": "static-gallery", "version": "0.0.1", "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": { "static-gallery": "./bin/generate.js" }, "dependencies": { "gulp": "~3.6.0", "handlebars": "~2.0.0-alpha.2", "gulp-newer": "~0.3.0", "concurrent-transform": "~1.0.0", "gulp-image-resize": "~0.5.0", "lodash": "~2.4.1", "wrench": "~1.5.8", "fs-extra": "~0.8.1", "gulp-rename": "~1.2.0", "exec-sync": "~0.1.6", "gm": "~1.14.2" } }