UNPKG

html-pdf-resume

Version:

This CLI will help you generate your resume in HTML (responsive) and PDF.

39 lines (38 loc) 935 B
{ "name": "html-pdf-resume", "version": "1.1.4", "description": "This CLI will help you generate your resume in HTML (responsive) and PDF.", "bin": { "html-pdf-resume": "./bin/index.js" }, "main": "./bin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sumeetdas/Generate-Responsive-Resume-HTML-PDF.git" }, "keywords": [ "responsive", "resume", "html", "pdf", "xml", "pug", "jade" ], "author": "Sumeet Das", "license": "MIT", "bugs": { "url": "https://github.com/sumeetdas/Generate-Responsive-Resume-HTML-PDF/issues" }, "homepage": "https://github.com/sumeetdas/Generate-Responsive-Resume-HTML-PDF#readme", "dependencies": { "bluebird": "^3.5.0", "html-pdf": "^2.1.0", "marked": "^0.3.6", "pug": "^2.0.0-rc.1", "xml2js": "^0.4.17" } }