{ "name": "hackmyresume", "version": "1.6.0", "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 && mocha", "grunt": "grunt" }, "keywords": [ "resume", "CV", "portfolio", "employment", "career", "Markdown", "JSON", "Word", "PDF", "YAML", "HTML", "LaTeX", "CLI", "Handlebars", "Underscore", "template" ], "author": "hacksalot (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 (https://github.com/hacksalot)" ], "license": "MIT", "preferGlobal": "true", "bugs": { "url": "https://github.com/hacksalot/HackMyResume/issues" }, "main": "src/hackmyapi.js", "bin": { "hackmyresume": "src/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", "hackmyapi": "file:..\\HackMyAPI", "handlebars": "^4.0.5", "lodash": "^3.10.1", "printf": "^0.2.3", "string-padding": "^1.0.2", "string.prototype.startswith": "^0.2.0", "underscore": "^1.8.3", "word-wrap": "^1.1.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-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" } }