mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
b26799f9fc
Add support for detection of invalid line breaks in JSON string values. Fixes #137. Could be improved to fetch the column number and drop the messy grabbing of the line number from the exception message via regex, but currently the "jsonlint" library (not to be confused with "json-lint") only emits an error string. Since this is also the library that drives http://jsonlint.com, we'll accept the messy regex in return for more robust error checking when our default json-lint path fails. All of the above only necessary because standard JSON.parse error handling is broken in all environments. : )
106 lines
2.9 KiB
JSON
106 lines
2.9 KiB
JSON
{
|
|
"name": "hackmyresume",
|
|
"version": "1.7.5",
|
|
"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/hacksalot/HackMyResume.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt clean:test && mocha",
|
|
"grunt": "grunt"
|
|
},
|
|
"keywords": [
|
|
"resume",
|
|
"CV",
|
|
"portfolio",
|
|
"employment",
|
|
"career",
|
|
"Markdown",
|
|
"JSON",
|
|
"Word",
|
|
"PDF",
|
|
"YAML",
|
|
"HTML",
|
|
"LaTeX",
|
|
"CLI",
|
|
"Handlebars",
|
|
"Underscore",
|
|
"template"
|
|
],
|
|
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
|
"contributors": [
|
|
"aruberto (https://github.com/aruberto)",
|
|
"jjanusch (https://github.com/driftdev)",
|
|
"robertmain (https://github.com/robertmain)",
|
|
"tomheon (https://github.com/tomheon)",
|
|
"zhuangya (https://github.com/zhuangya)",
|
|
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
|
|
],
|
|
"license": "MIT",
|
|
"preferGlobal": "true",
|
|
"bugs": {
|
|
"url": "https://github.com/hacksalot/HackMyResume/issues"
|
|
},
|
|
"bin": {
|
|
"hackmyresume": "dist/cli/index.js"
|
|
},
|
|
"main": "dist/index.js",
|
|
"homepage": "https://github.com/hacksalot/HackMyResume",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"commander": "^2.9.0",
|
|
"copy": "^0.1.3",
|
|
"extend": "^3.0.0",
|
|
"fresca": "~0.6.0",
|
|
"fresh-jrs-converter": "^0.2.1",
|
|
"fresh-resume-starter": "^0.2.2",
|
|
"fresh-themes": "^0.14.1-beta",
|
|
"fs-extra": "^0.26.4",
|
|
"handlebars": "^4.0.5",
|
|
"html": "0.0.10",
|
|
"is-my-json-valid": "^2.12.4",
|
|
"json-lint": "^0.1.0",
|
|
"jsonlint": "^1.6.2",
|
|
"lodash": "^3.10.1",
|
|
"marked": "^0.3.5",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.11.1",
|
|
"parse-filepath": "^0.6.3",
|
|
"path-exists": "^2.1.0",
|
|
"pinkie-promise": "^2.0.0",
|
|
"printf": "^0.2.3",
|
|
"recursive-readdir-sync": "^1.0.6",
|
|
"simple-html-tokenizer": "^0.2.1",
|
|
"slash": "^1.0.0",
|
|
"string-padding": "^1.0.2",
|
|
"string.prototype.endswith": "^0.2.0",
|
|
"string.prototype.startswith": "^0.2.0",
|
|
"traverse": "^0.6.6",
|
|
"underscore": "^1.8.3",
|
|
"word-wrap": "^1.1.0",
|
|
"xml-escape": "^1.0.0",
|
|
"yamljs": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"fresh-test-resumes": "^0.6.0",
|
|
"grunt": "*",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-clean": "^0.7.0",
|
|
"grunt-contrib-coffee": "^0.13.0",
|
|
"grunt-contrib-copy": "^0.8.2",
|
|
"grunt-contrib-jshint": "^0.11.3",
|
|
"grunt-contrib-yuidoc": "^0.10.0",
|
|
"grunt-jsdoc": "^1.1.0",
|
|
"grunt-simple-mocha": "*",
|
|
"jsonresume-theme-boilerplate": "^0.1.2",
|
|
"jsonresume-theme-classy": "^1.0.9",
|
|
"jsonresume-theme-modern": "0.0.18",
|
|
"jsonresume-theme-sceptile": "^1.0.5",
|
|
"mocha": "*",
|
|
"resample": "fluentdesk/resample",
|
|
"stripcolorcodes": "^0.1.0"
|
|
}
|
|
}
|