UNPKG

1.81 kBJSONView Raw
1{
2 "name": "hackmyresume",
3 "version": "1.2.1",
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@indevious.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.1-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 "lodash": "^3.10.1",
48 "marked": "^0.3.5",
49 "minimist": "^1.2.0",
50 "mkdirp": "^0.5.1",
51 "moment": "^2.10.6",
52 "path-exists": "^2.1.0",
53 "recursive-readdir-sync": "^1.0.6",
54 "simple-html-tokenizer": "^0.2.0",
55 "underscore": "^1.8.3",
56 "wkhtmltopdf": "^0.1.5",
57 "xml-escape": "^1.0.0",
58 "yamljs": "^0.2.4"
59 },
60 "devDependencies": {
61 "chai": "*",
62 "grunt": "*",
63 "grunt-contrib-clean": "^0.7.0",
64 "grunt-contrib-jshint": "^0.11.3",
65 "grunt-contrib-yuidoc": "^0.10.0",
66 "grunt-simple-mocha": "*",
67 "jane-q-fullstacker": "fluentdesk/jane-q-fullstacker",
68 "mocha": "*",
69 "resample": "fluentdesk/resample"
70 }
71}