UNPKG

3.12 kBJSONView Raw
1{
2 "name": "hackmyresume",
3 "version": "1.9.0-beta",
4 "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.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/hacksalot/HackMyResume.git"
8 },
9 "scripts": {
10 "test": "grunt clean:test && mocha --exit",
11 "grunt": "grunt"
12 },
13 "keywords": [
14 "resume",
15 "CV",
16 "portfolio",
17 "employment",
18 "career",
19 "Markdown",
20 "JSON",
21 "Word",
22 "PDF",
23 "YAML",
24 "HTML",
25 "LaTeX",
26 "CLI",
27 "Handlebars",
28 "Underscore",
29 "template"
30 ],
31 "author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
32 "contributors": [
33 "aruberto (https://github.com/aruberto)",
34 "daniele-rapagnani (https://github.com/daniele-rapagnani)",
35 "jjanusch (https://github.com/driftdev)",
36 "robertmain (https://github.com/robertmain)",
37 "tomheon (https://github.com/tomheon)",
38 "zhuangya (https://github.com/zhuangya)",
39 "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
40 ],
41 "license": "MIT",
42 "preferGlobal": "true",
43 "bugs": {
44 "url": "https://github.com/hacksalot/HackMyResume/issues"
45 },
46 "bin": {
47 "hackmyresume": "dist/cli/index.js"
48 },
49 "main": "dist/index.js",
50 "homepage": "https://github.com/hacksalot/HackMyResume",
51 "dependencies": {
52 "chalk": "^2.3.1",
53 "commander": "^2.9.0",
54 "copy": "^0.3.1",
55 "escape-latex": "^1.0.0",
56 "extend": "^3.0.0",
57 "fresh-jrs-converter": "^1.0.0",
58 "fresh-resume-schema": "^1.0.0-beta",
59 "fresh-resume-starter": "^0.3.1",
60 "fresh-resume-validator": "^0.2.0",
61 "fresh-themes": "^0.17.0-beta",
62 "fs-extra": "^5.0.0",
63 "glob": "^7.1.2",
64 "handlebars": "^4.0.5",
65 "html": "^1.0.0",
66 "is-my-json-valid": "^2.12.4",
67 "json-lint": "^0.1.0",
68 "jsonlint": "^1.6.2",
69 "lodash": "^4.17.5",
70 "marked": "^0.3.5",
71 "mkdirp": "^0.5.1",
72 "moment": "^2.11.1",
73 "parse-filepath": "^1.0.2",
74 "path-exists": "^3.0.0",
75 "pinkie-promise": "^2.0.0",
76 "printf": "^0.2.3",
77 "recursive-readdir-sync": "^1.0.6",
78 "simple-html-tokenizer": "^0.4.3",
79 "slash": "^1.0.0",
80 "string-padding": "^1.0.2",
81 "string.prototype.endswith": "^0.2.0",
82 "string.prototype.startswith": "^0.2.0",
83 "traverse": "^0.6.6",
84 "underscore": "^1.8.3",
85 "word-wrap": "^1.1.0",
86 "xml-escape": "^1.0.0",
87 "yamljs": "^0.3.0"
88 },
89 "devDependencies": {
90 "chai": "*",
91 "chai-as-promised": "^7.1.1",
92 "dir-compare": "^1.4.0",
93 "fresh-test-resumes": "^0.9.2",
94 "fresh-test-themes": "^0.2.0",
95 "fresh-theme-underscore": "^0.1.1",
96 "grunt": "*",
97 "grunt-contrib-clean": "^1.1.0",
98 "grunt-contrib-coffee": "^2.0.0",
99 "grunt-contrib-copy": "^1.0.0",
100 "grunt-eslint": "^20.1.0",
101 "grunt-simple-mocha": "*",
102 "jsonresume-theme-boilerplate": "^0.1.2",
103 "jsonresume-theme-classy": "^1.0.9",
104 "jsonresume-theme-modern": "0.0.18",
105 "jsonresume-theme-sceptile": "^1.0.5",
106 "mocha": "*",
107 "stripcolorcodes": "^0.1.0"
108 }
109}