UNPKG

gerador-boletos

Version:

Gerador de boletos, utilizando a biblioteca PDFKit

47 lines (46 loc) 940 B
{ "name": "gerador-boletos", "version": "1.2.8", "description": "Gerador de boletos, utilizando a biblioteca PDFKit", "main": "index.js", "directories": { "example": "examples", "lib": "lib", "test": "tests" }, "scripts": { "test": "nodeunit ./tests/*test.js && nodeunit ./tests/boleto/bancos/*test.js && nodeunit ./tests/boleto/*test.js" }, "repository": { "type": "git", "url": "https://github.com/odelijairo/gerador-boletos" }, "keywords": [ "gerar", "gerador", "boletos", "boleto", "bancario", "banco", "cecred", "ailos", "viacredi", "bradesco", "itau", "caixa", "caixa economica", "sicoob", "sicredi", "unicred", "cobranca", "brasil" ], "author": "Jairo Odeli Junior <odelijairo@gmail.com>", "license": "MIT", "dependencies": { "pdfkit": "0.8.3" }, "devDependencies": { "nodeunit": "0.11.2" } }