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