mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
6abb1ff4d7
Remove unused dependencies and update GitHub endpoint.
32 lines
753 B
JSON
32 lines
753 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|