mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
76f718dc3e
Get resume generation CLI up and running again after recent API updates. Tool name has changed to "fluentcmd" from "scrappy" and now depends on external "fluentlib" instead of embedding those sources.
40 lines
956 B
JSON
40 lines
956 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/fluentcv/fluentcmd.git"
|
|
},
|
|
"keywords": [
|
|
"resume",
|
|
"CV",
|
|
"portfolio",
|
|
"Markdown"
|
|
],
|
|
"author": "James M. Devlin",
|
|
"license": "UNLICENSED",
|
|
"preferGlobal": "true",
|
|
"bugs": {
|
|
"url": "https://github.com/fluentcv/fluentcmd/issues"
|
|
},
|
|
"bin": {
|
|
"fluentcmd": "src/index.js"
|
|
},
|
|
"homepage": "https://github.com/fluentcv/fluentcmd",
|
|
"dependencies": {
|
|
"fluentlib": "file:..\\fluentlib",
|
|
"fs-extra": "^0.24.0",
|
|
"html": "0.0.10",
|
|
"is-my-json-valid": "^2.12.2",
|
|
"jst": "0.0.13",
|
|
"marked": "^0.3.5",
|
|
"minimist": "^1.2.0",
|
|
"moment": "^2.10.6",
|
|
"underscore": "^1.8.3",
|
|
"wkhtmltopdf": "^0.1.5",
|
|
"xml-escape": "^1.0.0"
|
|
}
|
|
}
|