2015-09-01 06:05:47 +01:00
|
|
|
{
|
2015-10-27 07:54:50 +00:00
|
|
|
"name": "fluentcv",
|
2015-12-02 19:56:06 +00:00
|
|
|
"version": "0.10.0",
|
2015-10-26 16:54:15 +00:00
|
|
|
"description": "Generate beautiful, targeted resumes from your command line, shell, or in Javascript with Node.js.",
|
2015-09-01 06:05:47 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-10-27 07:54:50 +00:00
|
|
|
"url": "https://github.com/fluentdesk/fluentcv.git"
|
2015-09-01 06:05:47 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"resume",
|
|
|
|
"CV",
|
|
|
|
"portfolio",
|
2015-11-21 08:11:37 +00:00
|
|
|
"employment",
|
|
|
|
"career",
|
|
|
|
"Markdown",
|
|
|
|
"JSON",
|
|
|
|
"Word",
|
|
|
|
"PDF",
|
|
|
|
"YAML",
|
|
|
|
"HTML",
|
|
|
|
"CLI"
|
2015-09-01 06:05:47 +01:00
|
|
|
],
|
|
|
|
"author": "James M. Devlin",
|
2015-10-07 07:20:48 +01:00
|
|
|
"license": "MIT",
|
2015-09-01 06:05:47 +01:00
|
|
|
"preferGlobal": "true",
|
|
|
|
"bugs": {
|
2015-10-27 07:54:50 +00:00
|
|
|
"url": "https://github.com/fluentdesk/fluentcv/issues"
|
2015-09-01 06:05:47 +01:00
|
|
|
},
|
2015-09-29 07:08:41 +01:00
|
|
|
"main": "src/fluentcmd.js",
|
2015-09-24 21:09:48 +01:00
|
|
|
"bin": {
|
2015-10-27 07:54:50 +00:00
|
|
|
"fluentcv": "src/index.js"
|
2015-09-24 21:09:48 +01:00
|
|
|
},
|
2015-10-27 07:54:50 +00:00
|
|
|
"homepage": "https://github.com/fluentdesk/fluentcv",
|
2015-09-01 06:05:47 +01:00
|
|
|
"dependencies": {
|
2015-12-09 02:12:19 +00:00
|
|
|
"fresca": "^0.2.0",
|
2015-11-21 10:56:16 +00:00
|
|
|
"colors": "^1.1.2",
|
2015-12-06 10:50:14 +00:00
|
|
|
"fluent-themes": "0.6.0-beta",
|
2015-10-26 16:30:00 +00:00
|
|
|
"fs-extra": "^0.24.0",
|
2015-12-06 19:57:20 +00:00
|
|
|
"handlebars": "^4.0.5",
|
2015-10-26 16:30:00 +00:00
|
|
|
"html": "0.0.10",
|
|
|
|
"is-my-json-valid": "^2.12.2",
|
|
|
|
"jst": "0.0.13",
|
|
|
|
"marked": "^0.3.5",
|
|
|
|
"minimist": "^1.2.0",
|
2015-10-26 17:48:00 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2015-10-26 16:30:00 +00:00
|
|
|
"moment": "^2.10.6",
|
2015-12-06 23:19:33 +00:00
|
|
|
"recursive-readdir-sync": "^1.0.6",
|
2015-10-26 16:30:00 +00:00
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"wkhtmltopdf": "^0.1.5",
|
|
|
|
"xml-escape": "^1.0.0",
|
|
|
|
"yamljs": "^0.2.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "*",
|
|
|
|
"grunt": "*",
|
2015-12-10 02:44:18 +00:00
|
|
|
"grunt-contrib-jshint": "^0.11.3",
|
2015-11-21 08:11:37 +00:00
|
|
|
"grunt-contrib-yuidoc": "^0.10.0",
|
2015-10-26 16:30:00 +00:00
|
|
|
"grunt-simple-mocha": "*",
|
|
|
|
"is-my-json-valid": "^2.12.2",
|
|
|
|
"mocha": "*",
|
2015-10-26 16:54:15 +00:00
|
|
|
"resample": "fluentdesk/resample"
|
|
|
|
}
|
2015-09-01 06:05:47 +01:00
|
|
|
}
|