UNPKG

tithe

Version:

Organize and track the tithe payments.

67 lines 1.32 kB
{ "bin": { "tithe": "bin/tithe.js" }, "name": "tithe", "version": "2.0.13", "description": "Organize and track the tithe payments.", "main": "lib/index.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git@github.com:IonicaBizau/tithe.git" }, "keywords": [ "tithe", "God", "church", "payment" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/tithe/issues" }, "homepage": "https://github.com/IonicaBizau/tithe", "dependencies": { "abs": "^1.2.1", "bug-killer": "^1.0.0", "clp": "^1.2.0", "couleurs": "^3.0.0", "flatcolors": "^1.0.0", "fs-plus": "^2.8.0", "is-there": "^2.0.0", "le-table": "^2.1.0", "noop6": "^1.0.0", "r-json": "^1.2.1", "tilda": "^4.4.4", "ul": "^2.1.0", "w-json": "^1.3.1" }, "devDependencies": { "tester": "^1.3.1" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }