{ "name": "fluentcmd", "version": "0.1.0", "description": "The FluentCV command-line tool (an extensible command-line-based resume generator for the 21st century.)", "private": true, "repository": { "type": "git", "url": "https://github.com/fluentdesk/fluentcmd.git" }, "keywords": [ "resume", "CV", "portfolio", "Markdown" ], "author": "James M. Devlin", "license": "UNLICENSED", "preferGlobal": "true", "bugs": { "url": "https://github.com/fluentdesk/fluentcmd/issues" }, "main": "src/fluentcmd.js", "bin": { "fluentcmd": "src/index.js" }, "homepage": "https://github.com/fluentdesk/fluentcmd", "dependencies": { "fluentlib": "file:..\\fluentlib", "minimist": "^1.2.0" } }