@boneskull/invoicer
Version:
generate PDF invoices from json
35 lines (34 loc) • 744 B
JSON
{
"name": "@boneskull/invoicer",
"version": "1.2.0",
"description": "generate PDF invoices from json",
"bin": "bin/cmd.js",
"dependencies": {
"concat-stream": "~1.4.1",
"minimist": "~0.0.5",
"mkdirp": "~0.3.5",
"pdfkit": "^0.7.1",
"split": "~0.2.10",
"sprintf": "~0.1.3",
"text-table": "^0.2.0",
"through2": "~0.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/boneskull/invoicer.git"
},
"homepage": "https://github.com/boneskull/invoicer",
"keywords": [
"invoice",
"pdf",
"expense",
"report",
"consulting"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}