UNPKG

xml-pdf

Version:

XML to PDF converter

35 lines (34 loc) 693 B
{ "name": "xml-pdf", "version": "1.2.2", "description": "XML to PDF converter", "main": "index.js", "scripts": { "test": "test" }, "repository": { "type": "git", "url": "git+https://gitlab.com/poster983/XML-PDF.git" }, "keywords": [ "XML", "PDF" ], "author": "Joseph Hassell", "license": "MIT", "bugs": { "url": "https://gitlab.com/poster983/XML-PDF/issues" }, "homepage": "https://gitlab.com/poster983/XML-PDF#README", "dependencies": { "chalk": "^2.0.1", "commander": "^2.11.0", "html-pdf": "^2.1.0", "mustache": "^2.3.0", "xml2js": "^0.4.17" }, "preferGlobal": true, "bin": { "xml-pdf": "index.js" } }