{ "name": "gitfolio", "version": "0.1.2", "description": "portfolio website for showcasing your work", "main": "build.js", "bin": "bin/gitfolio.js", "scripts": { "cli": "OUT_DIR='./dist' node bin/gitfolio.js", "clean": "rm -rf ./dist/*", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "imfunny", "license": "ISC", "dependencies": { "bluebird": "^3.5.4", "commander": "^2.20.0", "github-emoji": "^1.1.0", "got": "^9.6.0", "handlebars": "^4.1.2", "jsdom": "^15.1.0" } }