2015-09-01 06:05:47 +01:00
{
2015-12-19 17:37:42 +00:00
"name" : "hackmyresume" ,
2018-02-03 09:35:07 +00:00
"version" : "1.9.0" ,
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." ,
2015-09-01 06:05:47 +01:00
"repository" : {
"type" : "git" ,
2015-12-19 17:37:42 +00:00
"url" : "https://github.com/hacksalot/HackMyResume.git"
2015-09-01 06:05:47 +01:00
} ,
2015-12-24 22:59:29 +00:00
"scripts" : {
2018-01-29 03:34:05 +00:00
"test" : "grunt clean:test && mocha --exit" ,
2015-12-24 22:59:29 +00:00
"grunt" : "grunt"
} ,
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" ,
2015-12-20 20:43:31 +00:00
"LaTeX" ,
"CLI" ,
"Handlebars" ,
"Underscore" ,
"template"
2015-09-01 06:05:47 +01:00
] ,
2015-12-22 23:49:11 +00:00
"author" : "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)" ,
2015-12-27 03:47:39 +00:00
"contributors" : [
2016-01-12 02:16:01 +00:00
"aruberto (https://github.com/aruberto)" ,
2016-02-15 21:48:05 +00:00
"daniele-rapagnani (https://github.com/daniele-rapagnani)" ,
2016-01-06 16:18:31 +00:00
"jjanusch (https://github.com/driftdev)" ,
2016-01-06 16:28:09 +00:00
"robertmain (https://github.com/robertmain)" ,
2016-01-06 16:18:31 +00:00
"tomheon (https://github.com/tomheon)" ,
"zhuangya (https://github.com/zhuangya)" ,
2015-12-27 03:47:39 +00:00
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
] ,
2015-10-07 07:20:48 +01:00
"license" : "MIT" ,
2015-09-01 06:05:47 +01:00
"preferGlobal" : "true" ,
"bugs" : {
2015-12-19 17:37:42 +00:00
"url" : "https://github.com/hacksalot/HackMyResume/issues"
2015-09-01 06:05:47 +01:00
} ,
2015-09-24 21:09:48 +01:00
"bin" : {
2016-01-29 20:23:57 +00:00
"hackmyresume" : "dist/cli/index.js"
2015-09-24 21:09:48 +01:00
} ,
2016-02-04 19:38:11 +00:00
"main" : "dist/index.js" ,
2015-12-19 17:37:42 +00:00
"homepage" : "https://github.com/hacksalot/HackMyResume" ,
2015-09-01 06:05:47 +01:00
"dependencies" : {
2016-01-01 09:44:14 +00:00
"chalk" : "^1.1.1" ,
2016-01-03 07:22:26 +00:00
"commander" : "^2.9.0" ,
2015-12-29 08:10:26 +00:00
"copy" : "^0.1.3" ,
2016-02-14 01:40:17 +00:00
"escape-latex" : "^0.1.2" ,
2016-01-18 22:31:08 +00:00
"extend" : "^3.0.0" ,
2018-01-31 21:19:03 +00:00
"fresh-jrs-converter" : "^0.2.3" ,
2018-02-02 08:42:50 +00:00
"fresh-resume-schema" : "^1.0.0-beta" ,
2018-01-25 19:47:22 +00:00
"fresh-resume-starter" : "^0.3.1" ,
2018-02-01 14:37:20 +00:00
"fresh-themes" : "^0.16.0-beta" ,
2016-01-27 10:29:26 +00:00
"fs-extra" : "^0.26.4" ,
2018-02-01 03:01:28 +00:00
"glob" : "^7.1.2" ,
2015-12-06 19:57:20 +00:00
"handlebars" : "^4.0.5" ,
2016-01-27 10:29:26 +00:00
"html" : "0.0.10" ,
"is-my-json-valid" : "^2.12.4" ,
"json-lint" : "^0.1.0" ,
2016-02-12 22:11:11 +00:00
"jsonlint" : "^1.6.2" ,
2015-12-24 09:05:17 +00:00
"lodash" : "^3.10.1" ,
2016-01-27 10:29:26 +00:00
"marked" : "^0.3.5" ,
"mkdirp" : "^0.5.1" ,
"moment" : "^2.11.1" ,
"parse-filepath" : "^0.6.3" ,
"path-exists" : "^2.1.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" ,
"simple-html-tokenizer" : "^0.2.1" ,
"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" ,
2015-12-28 09:37:42 +00:00
"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" ,
2015-10-26 16:30:00 +00:00
"yamljs" : "^0.2.4"
} ,
"devDependencies" : {
"chai" : "*" ,
2018-01-29 03:34:05 +00:00
"chai-as-promised" : "^7.1.1" ,
2016-02-13 21:08:45 +00:00
"dir-compare" : "0.0.2" ,
2018-02-01 11:22:53 +00:00
"fresh-test-resumes" : "^0.9.1" ,
2018-02-04 09:06:49 +00:00
"fresh-test-themes" : "^0.2.0" ,
2015-10-26 16:30:00 +00:00
"grunt" : "*" ,
2015-12-24 22:59:29 +00:00
"grunt-cli" : "^0.1.13" ,
2015-12-18 20:33:18 +00:00
"grunt-contrib-clean" : "^0.7.0" ,
2016-01-25 15:34:57 +00:00
"grunt-contrib-coffee" : "^0.13.0" ,
"grunt-contrib-copy" : "^0.8.2" ,
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" ,
2016-01-18 02:46:58 +00:00
"grunt-jsdoc" : "^1.1.0" ,
2015-10-26 16:30:00 +00:00
"grunt-simple-mocha" : "*" ,
2015-12-28 09:39:03 +00:00
"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
}
2015-09-01 06:05:47 +01:00
}