UNPKG

1.75 kBJSONView Raw
1{
2 "name": "hackmyresume",
3 "version": "1.1.0",
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 "keywords": [
10 "resume",
11 "CV",
12 "portfolio",
13 "employment",
14 "career",
15 "Markdown",
16 "JSON",
17 "Word",
18 "PDF",
19 "YAML",
20 "HTML",
21 "LaTeX",
22 "CLI",
23 "Handlebars",
24 "Underscore",
25 "template"
26 ],
27 "author": "hacksalot <hacksalot@fluentdesk.com> (https://github.com/hacksalot)",
28 "license": "MIT",
29 "preferGlobal": "true",
30 "bugs": {
31 "url": "https://github.com/hacksalot/HackMyResume/issues"
32 },
33 "main": "src/hackmycmd.js",
34 "bin": {
35 "hackmyresume": "src/index.js"
36 },
37 "homepage": "https://github.com/hacksalot/HackMyResume",
38 "dependencies": {
39 "colors": "^1.1.2",
40 "fluent-themes": "~0.7.0-beta",
41 "fresca": "~0.2.2",
42 "fs-extra": "^0.24.0",
43 "handlebars": "^4.0.5",
44 "html": "0.0.10",
45 "is-my-json-valid": "^2.12.2",
46 "jst": "0.0.13",
47 "marked": "^0.3.5",
48 "minimist": "^1.2.0",
49 "mkdirp": "^0.5.1",
50 "moment": "^2.10.6",
51 "recursive-readdir-sync": "^1.0.6",
52 "simple-html-tokenizer": "^0.2.0",
53 "underscore": "^1.8.3",
54 "wkhtmltopdf": "^0.1.5",
55 "xml-escape": "^1.0.0",
56 "yamljs": "^0.2.4"
57 },
58 "devDependencies": {
59 "chai": "*",
60 "grunt": "*",
61 "grunt-contrib-clean": "^0.7.0",
62 "grunt-contrib-jshint": "^0.11.3",
63 "grunt-contrib-yuidoc": "^0.10.0",
64 "grunt-simple-mocha": "*",
65 "jane-q-fullstacker": "fluentdesk/jane-q-fullstacker",
66 "mocha": "*",
67 "resample": "fluentdesk/resample"
68 }
69}