{ "name": "thumbsup", "version": "2.10.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/thumbsup/thumbsup.git" }, "main": "bin/thumbsup.js", "bin": { "thumbsup": "./bin/thumbsup.js" }, "files": [ "src", "bin" ], "scripts": { "lint": "standard && require-lint", "unit": "istanbul cover node_modules/mocha/bin/_mocha", "test": "npm run lint && npm run unit" }, "dependencies": { "@thumbsup/theme-cards": "^1.1.0", "@thumbsup/theme-classic": "^1.1.0", "@thumbsup/theme-mosaic": "^1.1.0", "@thumbsup/theme-flow": "^1.2.1", "JSONStream": "^1.3.5", "async": "^2.5.0", "better-sqlite3": "^4.1.0", "boxen": "^2.0.0", "chalk": "^2.4.1", "command-exists": "^1.2.8", "debug": "^4.1.0", "event-stream": "^4.0.1", "fs-extra": "^7.0.1", "fs-readdir-recursive": "^1.0.0", "handlebars": "^4.0.12", "ini": "^1.3.4", "insight": "^0.10.1", "less": "^3.9.0", "listr": "^0.14.3", "lodash": "^4.17.11", "micromatch": "^3.1.10", "moment": "^2.22.1", "readdir-enhanced": "^2.2.2", "resolve-pkg": "^1.0.0", "slugify": "^1.3.4", "through2": "^3.0.0", "thumbsup-downsize": "^2.2.0", "url-join": "^4.0.0", "yargs": "^12.0.5", "zen-observable": "^0.8.11" }, "devDependencies": { "glob": "^7.1.3", "gm": "^1.23.1", "injectmd": "^1.0.0", "istanbul": "^0.4.5", "markdown-toc": "^1.1.0", "mocha": "^5.1.1", "mock-fs": "^4.7.0", "mock-spawn": "^0.2.6", "require-all": "^3.0.0", "require-lint": "^1.3.0", "should": "^13.2.3", "sinon": "^7.2.0", "standard": "^12.0.1", "stream-mock": "^1.2.0", "tmp": "0.0.33" }, "standard": { "ignore": [ "themes/**/public" ], "globals": [ "after", "afterEach", "before", "beforeEach", "describe", "xdescribe", "it", "xit" ] } }