UNPKG

git-gallery

Version:

A gallery app for showing work based on Git commits.

48 lines (47 loc) 1.06 kB
{ "name": "git-gallery", "version": "0.8.0", "description": "A gallery app for showing work based on Git commits.", "keywords": [ "git", "gallery", "sketchbook", "art" ], "repository": { "type": "git", "url": "https://github.com/thatcort/git-gallery" }, "license": "MIT", "author": { "name": "Brian Cort", "url": "https://briancort.com/" }, "scripts": { "start": "nodemon ./bin/main.js", "debug": "node ./bin/main.js --inspect" }, "dependencies": { "body-parser": "^1.20.3", "can-symlink": "^1.0.0", "chokidar": "^3.6.0", "command-line-commands": "^1.0.3", "cookie-parser": "^1.4.7", "debug": "^4.3.7", "express": "^4.21.1", "fs-extra": "^11.2.0", "hbs": "^4.2.0", "mime": "^2.6.0", "morgan": "^1.10.0", "multer": "^2.0.1", "ncp": "^2.0.0", "sass": "^1.79.4", "node-sass-middleware": "^1.1.0", "simple-git": "^3.27.0", "serve-favicon": "^2.5.0", "sharp": "^0.33.5" }, "bin": { "git-gallery": "./bin/main.js" } }