invoice-fs
Version:
Nostalgic command-line invoicing application producing plain text invoices and JSON data structures. Uses the file system as a database
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "invoice-fs",
"version": "0.0.3",
"description": "Nostalgic command-line invoicing application producing plain text invoices and JSON data structures. Uses the file system as a database",
"main": "index.js",
"scripts": {
"test": "nodeunit"
},
"preferGlobal": true,
"bin": {
"bill": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/any-code/invoice-fs.git"
},
"keywords": [
"invoice",
"billing",
"bill",
"cli",
"command",
"line",
"json",
"nostalgic"
],
"author": "Lee Tagg <lee@anycode.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/any-code/invoice-fs/issues"
},
"homepage": "https://github.com/any-code/invoice-fs#readme",
"devDependencies": {
"coveralls": "^2.11.3",
"jscoverage": "^0.6.0",
"nodeunit": "^0.9.1",
"sinon": "^1.15.4"
},
"dependencies": {
"colors": "^1.1.2",
"invoice-api": "^0.1.0",
"javascript-object-paraphernalia": "^1.0.0",
"route-cli": "^1.0.5"
}
}