mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "fluentcv",
|
|
"version": "0.10.2",
|
|
"description": "Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fluentdesk/fluentcv.git"
|
|
},
|
|
"keywords": [
|
|
"resume",
|
|
"CV",
|
|
"portfolio",
|
|
"employment",
|
|
"career",
|
|
"Markdown",
|
|
"JSON",
|
|
"Word",
|
|
"PDF",
|
|
"YAML",
|
|
"HTML",
|
|
"CLI"
|
|
],
|
|
"author": "James M. Devlin",
|
|
"license": "MIT",
|
|
"preferGlobal": "true",
|
|
"bugs": {
|
|
"url": "https://github.com/fluentdesk/fluentcv/issues"
|
|
},
|
|
"main": "src/fluentcmd.js",
|
|
"bin": {
|
|
"fluentcv": "src/index.js"
|
|
},
|
|
"homepage": "https://github.com/fluentdesk/fluentcv",
|
|
"dependencies": {
|
|
"colors": "^1.1.2",
|
|
"fluent-themes": "~0.6.2-beta",
|
|
"fresca": "~0.2.1",
|
|
"fs-extra": "^0.24.0",
|
|
"handlebars": "^4.0.5",
|
|
"html": "0.0.10",
|
|
"is-my-json-valid": "^2.12.2",
|
|
"jst": "0.0.13",
|
|
"marked": "^0.3.5",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.10.6",
|
|
"recursive-readdir-sync": "^1.0.6",
|
|
"simple-html-tokenizer": "^0.2.0",
|
|
"underscore": "^1.8.3",
|
|
"wkhtmltopdf": "^0.1.5",
|
|
"xml-escape": "^1.0.0",
|
|
"yamljs": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"grunt": "*",
|
|
"grunt-contrib-jshint": "^0.11.3",
|
|
"grunt-contrib-yuidoc": "^0.10.0",
|
|
"grunt-simple-mocha": "*",
|
|
"is-my-json-valid": "^2.12.2",
|
|
"mocha": "*",
|
|
"resample": "fluentdesk/resample"
|
|
}
|
|
}
|