mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
32 lines
722 B
JSON
32 lines
722 B
JSON
{
|
|
"name": "fluentcmd",
|
|
"version": "0.1.0",
|
|
"description": "Generate beautiful, targeted resumes from your command line or shell.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fluentdesk/fluentcmd.git"
|
|
},
|
|
"keywords": [
|
|
"resume",
|
|
"CV",
|
|
"portfolio",
|
|
"Markdown"
|
|
],
|
|
"author": "James M. Devlin",
|
|
"license": "MIT",
|
|
"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": "fluentdesk/fluentlib",
|
|
"minimist": "^1.2.0",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|