guilhermearaujo/boleto.js

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "boleto.js",
  "description": "Renderizador de código de barras para boletos bancários",
  "main": "lib/boleto.min.js",
  "authors": [
    "Guilherme Araújo <guilhermeama@gmail.com> (https://github.com/guilhermearaujo)"
  ],
  "license": "MIT",
  "keywords": [
    "boleto",
    "código",
    "barras",
    "barcode"
  ],
  "homepage": "https://github.com/guilhermearaujo/boleto.js",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}