HackMyResume/package.json

110 lines
3.0 KiB
JSON
Raw Permalink Normal View History

{
2015-12-19 17:37:42 +00:00
"name": "hackmyresume",
"version": "1.9.0-beta",
2015-12-12 03:35:26 +00:00
"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",
2015-12-19 17:37:42 +00:00
"url": "https://github.com/hacksalot/HackMyResume.git"
},
"scripts": {
2018-01-29 03:34:05 +00:00
"test": "grunt clean:test && mocha --exit",
"grunt": "grunt"
},
"keywords": [
"resume",
"CV",
"portfolio",
2015-11-21 08:11:37 +00:00
"employment",
"career",
"Markdown",
"JSON",
"Word",
"PDF",
"YAML",
"HTML",
2015-12-20 20:43:31 +00:00
"LaTeX",
"CLI",
"Handlebars",
"Underscore",
"template"
],
2015-12-22 23:49:11 +00:00
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"contributors": [
2016-01-12 02:16:01 +00:00
"aruberto (https://github.com/aruberto)",
"daniele-rapagnani (https://github.com/daniele-rapagnani)",
"jjanusch (https://github.com/driftdev)",
2016-01-06 16:28:09 +00:00
"robertmain (https://github.com/robertmain)",
"tomheon (https://github.com/tomheon)",
"zhuangya (https://github.com/zhuangya)",
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
],
2015-10-07 07:20:48 +01:00
"license": "MIT",
"preferGlobal": "true",
"bugs": {
2015-12-19 17:37:42 +00:00
"url": "https://github.com/hacksalot/HackMyResume/issues"
},
"bin": {
"hackmyresume": "src/cli/index.js"
},
"main": "src/index.js",
2015-12-19 17:37:42 +00:00
"homepage": "https://github.com/hacksalot/HackMyResume",
"dependencies": {
2018-02-12 05:05:29 +00:00
"chalk": "^2.3.1",
2016-01-03 07:22:26 +00:00
"commander": "^2.9.0",
2018-02-12 05:05:29 +00:00
"copy": "^0.3.1",
"escape-latex": "^1.0.0",
"extend": "^3.0.0",
"fresh-jrs-converter": "^1.0.0",
"fresh-resume-schema": "^1.0.0-beta",
2018-01-25 19:47:22 +00:00
"fresh-resume-starter": "^0.3.1",
2018-02-12 05:05:29 +00:00
"fresh-resume-validator": "^0.2.0",
"fresh-themes": "^0.17.0-beta",
"fs-extra": "^5.0.0",
2018-02-01 03:01:28 +00:00
"glob": "^7.1.2",
2015-12-06 19:57:20 +00:00
"handlebars": "^4.0.5",
2018-02-12 05:05:29 +00:00
"html": "^1.0.0",
2016-01-27 10:29:26 +00:00
"is-my-json-valid": "^2.12.4",
"json-lint": "^0.1.0",
"jsonlint": "^1.6.2",
2018-02-12 05:05:29 +00:00
"lodash": "^4.17.5",
2016-01-27 10:29:26 +00:00
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"moment": "^2.11.1",
2018-02-12 05:05:29 +00:00
"parse-filepath": "^1.0.2",
"path-exists": "^3.0.0",
2016-02-02 02:14:36 +00:00
"pinkie-promise": "^2.0.0",
2016-01-14 14:46:29 +00:00
"printf": "^0.2.3",
2016-01-27 10:29:26 +00:00
"recursive-readdir-sync": "^1.0.6",
2018-02-12 05:05:29 +00:00
"simple-html-tokenizer": "^0.4.3",
2016-01-27 10:29:26 +00:00
"slash": "^1.0.0",
2016-01-03 10:03:31 +00:00
"string-padding": "^1.0.2",
2016-01-27 10:29:26 +00:00
"string.prototype.endswith": "^0.2.0",
"string.prototype.startswith": "^0.2.0",
2016-01-27 10:29:26 +00:00
"traverse": "^0.6.6",
2015-10-26 16:30:00 +00:00
"underscore": "^1.8.3",
2016-01-04 05:58:41 +00:00
"word-wrap": "^1.1.0",
2016-01-27 10:29:26 +00:00
"xml-escape": "^1.0.0",
2018-02-12 05:05:29 +00:00
"yamljs": "^0.3.0"
2015-10-26 16:30:00 +00:00
},
"devDependencies": {
"chai": "*",
2018-01-29 03:34:05 +00:00
"chai-as-promised": "^7.1.1",
2018-02-12 05:05:29 +00:00
"dir-compare": "^1.4.0",
"fresh-test-resumes": "^0.9.2",
"fresh-test-themes": "^0.2.0",
"fresh-theme-underscore": "^0.1.1",
2015-10-26 16:30:00 +00:00
"grunt": "*",
2018-02-12 05:05:29 +00:00
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
2018-02-12 08:34:55 +00:00
"grunt-eslint": "^20.1.0",
2015-10-26 16:30:00 +00:00
"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",
2015-10-26 16:30:00 +00:00
"mocha": "*",
2016-01-26 15:58:10 +00:00
"stripcolorcodes": "^0.1.0"
2015-10-26 16:54:15 +00:00
}
}